Skip to content

Commit

Permalink
Disable repaint-06 (#10490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii authored Apr 17, 2024
1 parent cda7862 commit d4288df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/e2e-tests/scripts/buildkite_run_fe_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ let TestFileOverrideList = [];

// Disable some tests that we know to be problematic.
const TestFileBlackList = new Set([
// https://linear.app/replay/issue/RUN-3274/
// Disable some paint expectations. Paints and repaintGraphics have improved
// but are not perfect. Let's revisit it once we see it have a real impact
// on the user, or else, post GA.
// https://linear.app/replay/issue/TT-189/re-enable-repaint-01-repaint-06
"tests/repaint-01.test.ts",
"tests/repaint-06.test.ts",
]);

// Enable some tests that we have recently fixed but not yet enabled everywhere.
Expand Down

0 comments on commit d4288df

Please sign in to comment.