We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5064513 commit 0f65f56Copy full SHA for 0f65f56
cluster/src/org/labkey/cluster/pipeline/TestCase.java
@@ -106,11 +106,7 @@ public void basicTest() throws Exception
106
_log.info("testing engine: " + engine.getType());
107
if (engine instanceof AbstractClusterExecutionEngine<?> acee)
108
{
109
-<<<<<<< HEAD
110
runTestJob(c, TestContext.get().getUser(), acee);
111
-=======
112
- runTestJob(c, TestContext.get().getUser(), (AbstractClusterExecutionEngine<?>) engine);
113
->>>>>>> origin/discvr-23.7
114
}
115
116
0 commit comments