File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
integration-tests/src/test/java/io/opentelemetry Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2121import java .util .concurrent .TimeUnit ;
2222import org .crac .Context ;
2323import org .crac .Resource ;
24+ import org .junit .jupiter .api .Disabled ;
2425import 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 ();
You can’t perform that action at this time.
0 commit comments