Skip to content

Commit

Permalink
Exclude flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Aug 22, 2024
1 parent a7190d9 commit c3036ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@
<configuration>
<excludes>
<exclude>**/NormalMsgDelayIT.java</exclude>
<exclude>**/ClusterGrpcIT.java</exclude>
<exclude>**/NotificationIT.java</exclude>
<exclude>**/LocalGrpcIT.java</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit c3036ab

Please sign in to comment.