Skip to content

Commit

Permalink
Revert "Run only non-flaky tests in master (#17910)"
Browse files Browse the repository at this point in the history
This reverts commit 0019c79.
  • Loading branch information
vivek-datadog committed Jun 28, 2024
1 parent 0019c79 commit a28bb7d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 274 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/flaky-tests.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:

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

publish-test-results:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ on:
required: false
default: ""
type: string
pytest-args:
description: "Arguments to pass to pytest"
required: false
type: string
default: ""

jobs:
compute-matrix:
Expand Down Expand Up @@ -52,7 +47,6 @@ jobs:
# For other repositories
setup-env-vars: "${{ inputs.setup-env-vars }}"
python-version: "${{ inputs.python-version }}"
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit

save-event:
Expand Down
Loading

0 comments on commit a28bb7d

Please sign in to comment.