diff --git a/.github/ISSUE_TEMPLATE/5-flaky-test.md b/.github/ISSUE_TEMPLATE/5-flaky-test.md new file mode 100644 index 00000000000000..7885821a98d468 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5-flaky-test.md @@ -0,0 +1,20 @@ +--- +name: "\U0001F4AB Found a flaky test?" +about: Please provide information about the failure. + +--- + +* test file - [NAME_OF_TEST_WITH_SUITE (e.g. parallel/test-https)](https://github.com/nodejs/node/blob/master/test/NAME_OF_TEST_WITH_SUITE.js) +* ci job - [CI_JOB_DESCRIPTOR (e.g. aix/21613)](https://ci.nodejs.org/job/node-test-CI_JOB_DESCRIPTOR) +* ci worker - [CI_WORKER_NAME](https://ci.nodejs.org/computer/CI_WORKER_NAME/) + +output: +``` +CI console output for the failing test. +Or content of JUnit test details page. +```