Skip to content

Commit 56f9ac5

Browse files
authored
Disable flaky tests for nightly workflows (DataDog#21099)
1 parent 0e5911b commit 56f9ac5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly-base-package-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
# Options
2929
minimum-base-package: true
3030
test-py2: true
31+
pytest-args: '-m "not flaky"'
3132
secrets: inherit
3233

3334
submit-traces:

.github/workflows/nightly-base-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# Options
2727
minimum-base-package: true
2828
test-py2: true
29+
pytest-args: '-m "not flaky"'
2930
secrets: inherit
3031

3132
submit-traces:

0 commit comments

Comments
 (0)