Skip to content

Commit a28bb7d

Browse files
committed
Revert "Run only non-flaky tests in master (#17910)"
This reverts commit 0019c79.
1 parent 0019c79 commit a28bb7d

File tree

6 files changed

+5
-274
lines changed

6 files changed

+5
-274
lines changed

.github/workflows/flaky-tests.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/master.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919

2020
# Options
2121
standard: true
22-
# Because -m starts with a dash,
23-
# click (the library used to build the CLI) will
24-
# interpret it as an option, not as an argument.
25-
# To avoid this, using -- syntax,
26-
# which tells the command that everything following it
27-
# should be treated as positional arguments, not options
28-
pytest-args: '-m "not flaky"'
2922
secrets: inherit
3023

3124
publish-test-results:

.github/workflows/pr-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ on:
1515
required: false
1616
default: ""
1717
type: string
18-
pytest-args:
19-
description: "Arguments to pass to pytest"
20-
required: false
21-
type: string
22-
default: ""
2318

2419
jobs:
2520
compute-matrix:
@@ -52,7 +47,6 @@ jobs:
5247
# For other repositories
5348
setup-env-vars: "${{ inputs.setup-env-vars }}"
5449
python-version: "${{ inputs.python-version }}"
55-
pytest-args: ${{ inputs.pytest-args }}
5650
secrets: inherit
5751

5852
save-event:

0 commit comments

Comments
 (0)