Skip to content

Commit f0160f4

Browse files
authored
test: disable flaky test (#277)
1 parent 1c77671 commit f0160f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trace-collector/src/test/java/NewCollectorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.apache.maven.shared.invoker.InvocationResult;
2828
import org.apache.maven.shared.invoker.Invoker;
2929
import org.apache.maven.shared.invoker.MavenInvocationException;
30+
import org.junit.jupiter.api.Disabled;
3031
import org.junit.jupiter.api.DisplayName;
3132
import org.junit.jupiter.api.Nested;
3233
import org.junit.jupiter.api.Test;
@@ -994,6 +995,7 @@ void shouldCollectStaticFieldsOfNullObjects() throws MavenInvocationException, I
994995
assertThat(volatileField.getValue(), equalTo(false));
995996
}
996997

998+
@Disabled("This test is disabled because it is not deterministic")
997999
@Test
9981000
void shouldBeAbleToRunMultiThreadedProgram() throws MavenInvocationException, IOException {
9991001
// arrange

0 commit comments

Comments
 (0)