diff --git a/.github/workflows/docker-tests-8.0.yml b/.github/workflows/docker-tests-8.0.yml index b36140dd..a6749be0 100644 --- a/.github/workflows/docker-tests-8.0.yml +++ b/.github/workflows/docker-tests-8.0.yml @@ -42,7 +42,7 @@ jobs: command: - 'VERSION=8.0 GODOG_FEATURE=active_nodes.feature make test' - 'VERSION=8.0 GODOG_FEATURE=async.feature make test' - - 'VERSION=8.0 GODOG_FEATURE=async_setting.feature.feature make test' + - 'VERSION=8.0 GODOG_FEATURE=async_setting.feature make test' - 'VERSION=8.0 GODOG_FEATURE=cascade_replicas.feature make test' - 'VERSION=8.0 GODOG_FEATURE=CLI.feature make test' - 'VERSION=8.0 GODOG_FEATURE=crash_recovery.feature make test' diff --git a/.github/workflows/docker-tests.yml b/.github/workflows/docker-tests.yml index 287a4691..599b85c1 100644 --- a/.github/workflows/docker-tests.yml +++ b/.github/workflows/docker-tests.yml @@ -42,8 +42,7 @@ jobs: command: - 'GODOG_FEATURE=active_nodes.feature make test' - 'GODOG_FEATURE=async.feature make test' - - 'GODOG_FEATURE=async_setting.feature make test' - - 'GODOG_FEATURE=cascade_replicas.feature make test' + - 'GODOG_FEATURE=cascade_replicas.feature make test' - 'GODOG_FEATURE=CLI.feature make test' - 'GODOG_FEATURE=crash_recovery.feature make test' - 'GODOG_FEATURE=events_reenable.feature make test'