Disable all tests in the testDirtyActions set from FileSystemValueChecker.

RELNOTES: None.
PiperOrigin-RevId: 308106552
diff --git a/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java b/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
index 362ec0c..0c8b843 100644
--- a/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
+++ b/src/test/java/com/google/devtools/build/lib/skyframe/FilesystemValueCheckerTest.java
@@ -797,6 +797,8 @@
   }
 
   @Test
+  // TODO(b/154337187): Remove the following annotation to re-enable once this test is de-flaked.
+  @Ignore
   public void testDirtyActionsBatchStatWithDigest() throws Exception {
     checkDirtyActions(
         new BatchStat() {
@@ -816,6 +818,8 @@
   }
 
   @Test
+  // TODO(b/154337187): Remove the following annotation to re-enable once this test is de-flaked.
+  @Ignore
   public void testDirtyActionsBatchStatFallback() throws Exception {
     checkDirtyActions(
         new BatchStat() {