Skip to content

Commit

Permalink
Fix build for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Nov 18, 2024
1 parent adfb1c2 commit 890649f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions e2e-bfd-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,16 @@
<version>${hapi.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 890649f

Please sign in to comment.