Skip to content

Commit abb8e73

Browse files
committed
Patch up tests which aren't expected to pass, but which should fail for the right reasons.
1 parent 688930b commit abb8e73

File tree

2 files changed

+6
-2
lines changed
  • integration-tests/test-extension/tests/src/test/resources-filtered/projects

2 files changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
quarkus.test.continuous-testing=enabled
1+
quarkus.test.continuous-testing=enabled
2+
# this should not be needed, but something in the tests is setting this to 1234 and confusing the test framework, so set it here to match
3+
quarkus.http.non-application-root-path=1234
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
quarkus.test.continuous-testing=enabled
1+
quarkus.test.continuous-testing=enabled
2+
# this should not be needed, but something in the tests is setting this to 1234 and confusing the test framework, so set it here to match
3+
quarkus.http.non-application-root-path=1234

0 commit comments

Comments
 (0)