Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove cucumber tests as we haven't added new ones for a while #11076

Merged
merged 1 commit into from Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -138,7 +138,6 @@ jobs:
mode:
- plugin
- standalone
- cucumber
steps:
-
name: Checkout
Expand Down Expand Up @@ -198,11 +197,6 @@ jobs:
rm -f /usr/local/bin/docker-compose
cp bin/build/docker-compose /usr/local/bin
make e2e-compose-standalone
-
name: Run cucumber tests
if: ${{ matrix.mode == 'cucumber'}}
run: |
make test-cucumber

coverage:
runs-on: ubuntu-22.04
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -77,10 +77,6 @@ e2e-compose: ## Run end to end local tests in plugin mode. Set E2E_TEST=TestName
e2e-compose-standalone: ## Run End to end local tests in standalone mode. Set E2E_TEST=TestName to run a single test
go test $(TEST_FLAGS) -v -count=1 -parallel=1 --tags=standalone ./pkg/e2e

.PHONY: test-cucumber
test-cucumber:
go test $(TEST_FLAGS) -v -count=1 -parallel=1 ./e2e

.PHONY: build-and-e2e-compose
build-and-e2e-compose: build e2e-compose ## Compile the compose cli-plugin and run end to end local tests in plugin mode. Set E2E_TEST=TestName to run a single test

Expand Down
21 changes: 0 additions & 21 deletions e2e/cucumber-features/build-contexts.feature

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/cucumber-features/down.feature

This file was deleted.

28 changes: 0 additions & 28 deletions e2e/cucumber-features/port-conflict.feature

This file was deleted.

29 changes: 0 additions & 29 deletions e2e/cucumber-features/ps.feature

This file was deleted.

15 changes: 0 additions & 15 deletions e2e/cucumber-features/simple.feature

This file was deleted.

21 changes: 0 additions & 21 deletions e2e/cucumber-features/start.feature

This file was deleted.

38 changes: 0 additions & 38 deletions e2e/cucumber-features/stop.feature

This file was deleted.

17 changes: 0 additions & 17 deletions e2e/cucumber-features/up.feature

This file was deleted.

23 changes: 0 additions & 23 deletions e2e/cucumber-features/volume-tmpfs.feature

This file was deleted.