Skip to content

Commit

Permalink
Merge pull request #1245 from andyzhangx/cleanup-integration-test
Browse files Browse the repository at this point in the history
cleanup: remove integration test
  • Loading branch information
andyzhangx authored Feb 14, 2024
2 parents 09ac19c + c320a09 commit ba54fc1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 265 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ unit-test:
sanity-test: blob
go test -v -timeout=30m ./test/sanity

.PHONY: integration-test
integration-test: blob
go test -v -timeout=30m ./test/integration

.PHONY: e2e-test
e2e-test: install-ginkgo
if [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE_v2)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_NFS)" ]; then \
Expand Down
37 changes: 0 additions & 37 deletions test/integration/README.md

This file was deleted.

82 changes: 0 additions & 82 deletions test/integration/integration_test.go

This file was deleted.

100 changes: 0 additions & 100 deletions test/integration/run-test.sh

This file was deleted.

42 changes: 0 additions & 42 deletions test/integration/run-tests-all-clouds.sh

This file was deleted.

0 comments on commit ba54fc1

Please sign in to comment.