Skip to content

Commit

Permalink
Remove diag events tests from flapping suite
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Oct 29, 2021
1 parent 4d46456 commit ae0c6af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -636,10 +636,11 @@ jobs:
test-type: [ccm]
grim-max: [4]
grim-min: [2]
cucumber-options: ['--tags ~@diag_event_subscriptions']
include:
# all versions but trunk need to exclude trunk tests
- cassandra-version: 4.0.0
experimental: false
experimental: true
- cassandra-version: 'github:apache/trunk'
experimental: true
steps:
Expand Down Expand Up @@ -711,7 +712,7 @@ jobs:
elassandra-version: ['6.2.3.26']
grim-min: [2]
grim-max: [4]
cucumber-options: ['--tags ~@cassandra_4_0_onwards']
cucumber-options: ['--tags ~@cassandra_4_0_onwards --tags ~@diag_event_subscriptions']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

@cassandra_4_0_onwards
@diag_event_subscriptions
Feature: Manage diagnostic event subscriptions
Background:
Given cluster seed host "127.0.0.1" points to cluster with name "test"
Expand Down

0 comments on commit ae0c6af

Please sign in to comment.