Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
ignore LockWatchValueIT#valueStressTest (#6700)
Browse files Browse the repository at this point in the history
ignore LockWatchValueIT#valueStressTest
  • Loading branch information
tpetracca authored Aug 9, 2023
1 parent fab864f commit dba735d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
import java.util.stream.IntStream;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.rules.RuleChain;
import org.junit.rules.TestRule;
Expand Down Expand Up @@ -545,6 +546,8 @@ public void lateAbortingTransactionDoesNotFlushValuesToCentralCache() {
});
}

@Ignore
// TODO(#6699): make this test less flakey before re-enabling
@Test
// The test fails when trying to cache a value that is currently locked.
// The open question is whether this _should_ fail when there is a locked value being cached on top of, or if
Expand Down

0 comments on commit dba735d

Please sign in to comment.