Skip to content

Commit 0053c28

Browse files
authored
Merge pull request quarkusio#47897 from holly-cummins/ignore-deliberately-flaky-tests
Add names of tests which exercise maven reruns to flake ignore list
2 parents 93ba3a7 + c01fb9e commit 0053c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/quarkus-github-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ workflows:
1515
- "**/*.adoc"
1616
workflowRunAnalysis:
1717
workflows: ["Quarkus CI", "Quarkus Documentation CI"]
18+
ignored-flaky-tests: ["org.acme.FlakyHelloResourceTest", "org.acme.FlakyHelloResourceWithSomeProfileTest", "org.acme.FlakyHelloResourceWithAnotherProfileTest"]
1819
projectsClassic:
1920
rules:
2021
- labels: [area/documentation]

0 commit comments

Comments
 (0)