Disable flaky test.
PiperOrigin-RevId: 254310218
This commit is contained in:
parent
ffc6b92b28
commit
155207e65f
@ -22,7 +22,7 @@ import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
@ -59,7 +59,9 @@ public class EagerSessionTest {
|
||||
assertTrue(deleted.get());
|
||||
}
|
||||
|
||||
@Test
|
||||
// TODO(b/135541743): Re-enable once fixed.
|
||||
// Disabled due to flakiness with -c opt --config=cuda
|
||||
@Ignore
|
||||
public void cleanupResourceOnSafePoints() {
|
||||
AtomicBoolean deleted = new AtomicBoolean();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user