Skip to content

Commit 1b850d9

Browse files
committed
Keep CRaC expected-behavior test disabled
1 parent 1d88aeb commit 1b850d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests/src/test/java/io/opentelemetry/CracLifecycleIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import java.util.concurrent.TimeUnit;
2222
import org.crac.Context;
2323
import org.crac.Resource;
24+
import org.junit.jupiter.api.Disabled;
2425
import org.junit.jupiter.api.Test;
2526

2627
/**
@@ -84,7 +85,7 @@ public void afterRestore(Context<? extends Resource> context) {
8485
* exporters and processors. Replace the TODO below with the real SDK API.
8586
*/
8687
@Test
87-
// @Disabled("Expected to fail until #6756 adds checkpoint/restore-safe SDK lifecycle")
88+
@Disabled("Expected to fail until #6756 adds checkpoint/restore-safe SDK lifecycle")
8889
void spansExportedAfterRestore_properCracIntegration() throws Exception {
8990
MockCracContext cracContext = new MockCracContext();
9091
InMemorySpanExporter exporter = new InMemorySpanExporter();

0 commit comments

Comments
 (0)