Skip to content

Commit e499b31

Browse files
authored
Remove integtests
1 parent 0332408 commit e499b31

13 files changed

+2
-5370
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEN_TARGETS = identity core objectstorage loadbalancer database audit
44
NON_GEN_TARGETS = common common/auth
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

7-
TARGETS_WITH_TESTS = common common/auth integtest
7+
TARGETS_WITH_TESTS = common common/auth
88
TARGETS_BUILD = $(patsubst %,build-%, $(TARGETS))
99
TARGETS_CLEAN = $(patsubst %,clean-%, $(GEN_TARGETS))
1010
TARGETS_LINT = $(patsubst %,lint-%, $(TARGETS))
@@ -39,7 +39,7 @@ $(TARGETS_BUILD): build-%:%
3939
@(cd $< && go build -v)
4040

4141
$(TARGETS_TEST): test-%:%
42-
@(cd $< && OCI_GO_SDK_DEBUG=1 go test -v)
42+
@(cd $< && go test -v)
4343

4444
$(TARGETS_CLEAN): clean-%:%
4545
@echo "cleaning $<"

integtest/audit_client_integ_test.go

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

integtest/core_blockstorage_client_integ_test.go

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

0 commit comments

Comments
 (0)