Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc28899e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exclude androidx.test.filters.FlakyTest in TEST_MAPPING" into udc-dev

parents 8ca79e6e f37bab5a
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -35,6 +35,9 @@
        },
        },
        {
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
        }
      ]
      ]
    }
    }
@@ -128,6 +131,9 @@
        },
        },
        {
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
        }
      ]
      ]
    }
    }