diff --git a/CMakeLists.txt b/CMakeLists.txt index a6721b15e3..6409e56fea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,4 +6,3 @@ enable_testing() # TODO(malt3): Remove this once every integration test is migrated to Bazel add_test(NAME integration-csi COMMAND bash -c "go test -tags integration -c ./test/ && sudo ./test.test -test.v" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/csi) add_test(NAME integration-dm COMMAND bash -c "go test -tags integration -c ./test/ && sudo ./test.test -test.v" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/disk-mapper/internal) -add_test(NAME integration-license COMMAND bash -c "go test -tags integration" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/internal/license) diff --git a/internal/license/integration/BUILD.bazel b/internal/license/integration/BUILD.bazel index 3c65cd83ab..fe71e702a2 100644 --- a/internal/license/integration/BUILD.bazel +++ b/internal/license/integration/BUILD.bazel @@ -4,6 +4,7 @@ go_test( name = "integration_test", srcs = ["license_integration_test.go"], tags = [ + "integration", "requires-network", ], deps = [