Skip to content

Commit da939ee

Browse files
DO NOT MERGE: debugging for intermittent failures
1 parent 44a7d6b commit da939ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
java-version: 'openjdk8'
2222
- name: Build with Maven
23-
run: mvn -B clean install
23+
run: mvn -B clean install -Dtest=Http2InputStreamTestCase -DfailIfNoTests=false -Dtest.runs=10
2424

2525
build_java11:
2626
runs-on: ubuntu-latest
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
java-version: 'openjdk11'
3333
- name: Build with Maven
34-
run: mvn -B clean install
34+
run: mvn -B clean install -Dtest=Http2InputStreamTestCase -DfailIfNoTests=false -Dtest.runs=10
3535

3636

3737

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<version>${version.surefire.plugin}</version>
203203
<configuration>
204204
<groups>${test.categories}</groups>
205-
<redirectTestOutputToFile>true</redirectTestOutputToFile>
205+
<redirectTestOutputToFile>false</redirectTestOutputToFile>
206206
</configuration>
207207
</plugin>
208208
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->

0 commit comments

Comments
 (0)