Skip to content

Commit

Permalink
removed swinggui reference
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Dec 10, 2023
1 parent c254391 commit 4216d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2023,6 +2023,8 @@
<include>**/ClockTest.java</include>
<include>**/DependencyTest.java</include>
<include>**/ServiceInterfaceTest.java</include>
<include>org/myrobotlab/codec/**/*Test.java</include>
<include>org/myrobotlab/framework/**/*Test.java</include>
</includes>
<excludes>
<exclude>**/integration/*</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public final void testAllServices() throws ClassNotFoundException, IOException {
blacklist.add("Solr");
blacklist.add("Proxy"); // interesting idea - but no worky
blacklist.add("Sphinx");
blacklist.add("SwingGui");

// This one just takes so darn long.
blacklist.add("Deeplearning4j");
blacklist.add("OculusDiy");
Expand Down

0 comments on commit 4216d89

Please sign in to comment.