Skip to content

Commit 669f8c2

Browse files
committed
Ensure that if a RestAssured large file test fails, the test itself doesn't cause OOME
1 parent 39b9f4b commit 669f8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jdk-early-access-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
# Workaround testsuite locale issue
2222
LANG: en_US.UTF-8
2323
MAVEN_OPTS: -Xmx2g -XX:MaxMetaspaceSize=1g
24-
JVM_TEST_MAVEN_OPTS: "-e -B --settings .github/mvn-settings.xml -Dtest-containers -Dstart-containers -Dtest-resteasy-reactive-large-files -Dformat.skip"
24+
JVM_TEST_MAVEN_OPTS: "-e -B --settings .github/mvn-settings.xml -Dtest-containers -Dstart-containers -Dtest-resteasy-reactive-large-files -Dquarkus.test.rest-assured.enable-logging-on-failure=false -Dformat.skip"
2525
DB_USER: hibernate_orm_test
2626
DB_PASSWORD: hibernate_orm_test
2727
DB_NAME: hibernate_orm_test
@@ -139,4 +139,4 @@ jobs:
139139
issue-repository: ${{ github.repository }}
140140
issue-number: 15867
141141
quarkus-sha: ${{ steps.quarkus-sha.outputs.sha }}
142-
project-sha: ${{ steps.quarkus-sha.outputs.sha }}
142+
project-sha: ${{ steps.quarkus-sha.outputs.sha }}

0 commit comments

Comments
 (0)