diff --git a/Makefile b/Makefile index f2c99517..7057b207 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,8 @@ test: GOEXPERIMENT=loopvar go test -v -cover ./cmd .PHONY: integration_test -integration_test: $(test_configs) +integration_test: + echo "Temporarily skipped" .PHONY: $(test_configs) $(test_configs): ${driverkit}