From 41474ac69acb6fe06af6ca678cdc76f5c38ddb66 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Tue, 21 May 2024 17:57:37 +0100 Subject: [PATCH] Patch up tests which aren't expected to pass, but which should fail for the right reasons. --- .../src/main/resources/application.properties | 4 +++- .../src/main/resources/application.properties | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-callback-from-extension/src/main/resources/application.properties b/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-callback-from-extension/src/main/resources/application.properties index 442095ca8410ce..8d698e657885b5 100644 --- a/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-callback-from-extension/src/main/resources/application.properties +++ b/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-callback-from-extension/src/main/resources/application.properties @@ -1 +1,3 @@ -quarkus.test.continuous-testing=enabled \ No newline at end of file +quarkus.test.continuous-testing=enabled +# 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 +quarkus.http.non-application-root-path=1234 \ No newline at end of file diff --git a/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-template-from-extension/src/main/resources/application.properties b/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-template-from-extension/src/main/resources/application.properties index 442095ca8410ce..8d698e657885b5 100644 --- a/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-template-from-extension/src/main/resources/application.properties +++ b/integration-tests/test-extension/tests/src/test/resources-filtered/projects/project-using-test-template-from-extension/src/main/resources/application.properties @@ -1 +1,3 @@ -quarkus.test.continuous-testing=enabled \ No newline at end of file +quarkus.test.continuous-testing=enabled +# 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 +quarkus.http.non-application-root-path=1234 \ No newline at end of file