Skip to content

Commit

Permalink
Ignore MusicController tests
Browse files Browse the repository at this point in the history
  • Loading branch information
64ArthurAraujo committed Apr 10, 2024
1 parent 35b63cf commit cf9b993
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<excludes>
<exclude>**/MusicControllerTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit cf9b993

Please sign in to comment.