Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
added class to tag junit tests for tests relying on external systems
Browse files Browse the repository at this point in the history
  • Loading branch information
andreh12 committed Nov 13, 2017
1 parent 2e81a86 commit 72b051f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package rcms.utilities.daqaggregator;

/**
* Marker for JUnit tests which need the presence of an external system
* and should therefore not be run during release building.
*/
public interface TestWithExternalSystem {

}

0 comments on commit 72b051f

Please sign in to comment.