Skip to content

Commit

Permalink
Commented out deployment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfa committed Dec 29, 2017
1 parent 3761a71 commit c687b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/de/upb/pasestub/AllTestsSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
@RunWith(Suite.class)
@Suite.SuiteClasses({
de.upb.pasestub.PaseInstanceTest.class
,de.upb.pasestub.DeployTest.class // Uncomment if a pase server is running on port 5000
//,de.upb.pasestub.DeployTest.class // Uncomment if a pase server is running on port 5000
})
public final class AllTestsSuite {}

0 comments on commit c687b3a

Please sign in to comment.