Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 20, 2024
1 parent 3861de4 commit a5355db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pull_request_hooks/rerunFlakyTests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const LABEL = "🤖 [BUG]Flaky Test Report";
const TITLE_BOT_HEADER = "title: ";

// Only check jobs that start with these.
// Only check jobs that start with these.!
// Helps make sure we don't restart something like screenshot tests or linters, which are not known to be flaky.
const CONSIDERED_JOBS = [
"Integration Tests",
Expand Down

0 comments on commit a5355db

Please sign in to comment.