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

cleanup: remove integration test #1245

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading