Skip to content

Commit

Permalink
Merge pull request #11076 from glours/remove-cucumber
Browse files Browse the repository at this point in the history
remove cucumber tests as we haven't added new ones for a while
  • Loading branch information
glours authored Oct 10, 2023
2 parents 9dd081b + 14b43c1 commit b30978f
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 436 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit b30978f

Please sign in to comment.