Skip to content

Commit c01fb9e

Browse files
committed
Add tests which exercise maven reruns to flake ignore list
1 parent 698b15c commit c01fb9e

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)