Skip to content

Commit

Permalink
exclude criu_test (#4411)
Browse files Browse the repository at this point in the history
related: #4410

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia authored Mar 10, 2023
1 parent f304ddf commit 0e0351c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions external/functional-test/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
</test>
<test>
<testCaseName>criu_test</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4410</comment>
<impl>openj9</impl>
</disable>
</disables>
<command> $(TEST_ROOT)$(D)external$(D)external.sh --run --tag "${DOCKERIMAGE_TAG}" --dir functional-test --testtarget "_testList TESTLIST=cmdLineTester_criu,cmdLineTester_criu_nonPortableRestore,cmdLineTester_criu_security,cmdLineTester_criu_random" --reportdst $(REPORTDIR) --docker_args "-v /var/run/docker.sock:/var/run/docker.sock $(EXTRA_DOCKER_ARGS) --tmpfs /run"; \
$(TEST_STATUS); \
$(TEST_ROOT)$(D)external$(D)external.sh --clean --tag "${DOCKERIMAGE_TAG}" --dir functional-test
Expand Down

0 comments on commit 0e0351c

Please sign in to comment.