Skip to content

Commit

Permalink
exclude flaky test filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Aug 9, 2023
1 parent f8b0389 commit e05b936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
${{ matrix.leak && '-Pleak' || '' }} \
${{ matrix.blockhound && '-Pblockhound' || '' }} \
-Dscan.tag.exp5 \
-PflakyTests=false \
-Pretry=true \
-PbuildJdkVersion=${{ env.BUILD_JDK_VERSION }} \
-PtestJavaVersion=${{ matrix.java }} \
Expand Down

0 comments on commit e05b936

Please sign in to comment.