Skip to content

Commit c320a09

Browse files
committed
cleanup: remove integration test
1 parent 09ac19c commit c320a09

File tree

5 files changed

+0
-265
lines changed

5 files changed

+0
-265
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ unit-test:
7171
sanity-test: blob
7272
go test -v -timeout=30m ./test/sanity
7373

74-
.PHONY: integration-test
75-
integration-test: blob
76-
go test -v -timeout=30m ./test/integration
77-
7874
.PHONY: e2e-test
7975
e2e-test: install-ginkgo
8076
if [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_BLOBFUSE_v2)" ] || [ ! -z "$(EXTERNAL_E2E_TEST_NFS)" ]; then \

test/integration/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

test/integration/integration_test.go

Lines changed: 0 additions & 82 deletions
This file was deleted.

test/integration/run-test.sh

Lines changed: 0 additions & 100 deletions
This file was deleted.

test/integration/run-tests-all-clouds.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)