Skip to content

Commit 36d6dce

Browse files
Merge pull request #1051 from ibi-group/try-fix-e2e-tests
Attempt to fix E2E DT-server startup
2 parents ee4d4a0 + f165054 commit 36d6dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/e2e/server/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
java -jar otp-1.4.0-shaded.jar --server --autoScan --basePath /tmp/otp --insecure --router default &
55

66
# Start the second process
7-
java -jar datatools-server-3.8.1-SNAPSHOT.jar /config/env.yml /config/server.yml &
7+
java -XX:-UseContainerSupport -jar datatools-server-3.8.1-SNAPSHOT.jar /config/env.yml /config/server.yml &
88

99
# Wait for any process to exit
1010
wait -n

0 commit comments

Comments
 (0)