attempt to make the @Disabled annotation work

This commit is contained in:
Tom Hombergs
2020-09-20 06:59:29 +10:00
parent ca9cc4ad65
commit 743bf01b0d

View File

@@ -65,6 +65,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>