File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
SequenceAnalysis/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3535import org .labkey .test .BaseWebDriverTest ;
3636import org .labkey .test .Locator ;
3737import org .labkey .test .TestFileUtils ;
38+ import org .labkey .test .TestProperties ;
3839import org .labkey .test .TestTimeoutException ;
3940import org .labkey .test .WebTestHelper ;
4041import org .labkey .test .categories .External ;
@@ -112,6 +113,11 @@ private boolean isExternalPipelineEnabled()
112113 }
113114 log ("sequencePipelineEnabled: " + sequencePipelineEnabled );
114115
116+ if (TestProperties .isTestRunningOnTeamCity () && !sequencePipelineEnabled )
117+ {
118+ throw new IllegalStateException ("When running on team city, -DsequencePipelineEnabled should be true" );
119+ }
120+
115121 goToProjectHome ();
116122
117123 return sequencePipelineEnabled ;
You can’t perform that action at this time.
0 commit comments