Skip to content

Commit a514210

Browse files
Explain how to troubleshoot failing tests that
depend on UAA
1 parent 9aff1fb commit a514210

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

selenium/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,8 @@ following command:
236236
MOCHA_DOCKER_FILE=\location\of\my\Dockerfile ./run-suites.sh
237237
```
238238

239+
## Issues deploying UAA
240+
241+
If you are not able to successfully run any test case that depends on UAA
242+
because UAA fails to start, make sure you are using VZ emulation in your docker
243+
engine. Without VZ emulation, the uaa docker container cannot start.

0 commit comments

Comments
 (0)