Skip to content

Commit

Permalink
DO NOT MERGE: debugging for intermittent failures
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Feb 17, 2021
1 parent 44a7d6b commit da939ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
java-version: 'openjdk8'
- name: Build with Maven
run: mvn -B clean install
run: mvn -B clean install -Dtest=Http2InputStreamTestCase -DfailIfNoTests=false -Dtest.runs=10

build_java11:
runs-on: ubuntu-latest
Expand All @@ -31,7 +31,7 @@ jobs:
with:
java-version: 'openjdk11'
- name: Build with Maven
run: mvn -B clean install
run: mvn -B clean install -Dtest=Http2InputStreamTestCase -DfailIfNoTests=false -Dtest.runs=10



2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<version>${version.surefire.plugin}</version>
<configuration>
<groups>${test.categories}</groups>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
Expand Down

0 comments on commit da939ee

Please sign in to comment.