Skip to content

Commit

Permalink
add todo for ignored uts
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Nov 1, 2023
1 parent 4c2349c commit a8a9722
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import org.junit.Ignore;
import org.opensearch.ml.common.output.Output;
import org.opensearch.ml.common.output.execute.samplecalculator.LocalSampleCalculatorOutput;
import org.opensearch.ml.repackage.com.google.common.collect.ImmutableMap;
import org.junit.AfterClass;
import org.junit.Before;
Expand Down Expand Up @@ -420,6 +419,7 @@ public void testExecuteSucceed() {
anomalyLocalizer.execute(input, actionListener);
}

//TODO: fix this
@Ignore
@SuppressWarnings("unchecked")
@Test(expected = RuntimeException.class)
Expand All @@ -433,6 +433,7 @@ public void testExecuteFail() {
anomalyLocalizer.execute(input, mock(ActionListener.class));
}

//TODO: fix this
@Ignore
@Test(expected = RuntimeException.class)
public void testExecuteInterrupted() {
Expand Down

0 comments on commit a8a9722

Please sign in to comment.