diff --git a/test/integration/gles/replay/BUILD.bazel b/test/integration/gles/replay/BUILD.bazel index 7acaef8b2d..a5ace53eda 100644 --- a/test/integration/gles/replay/BUILD.bazel +++ b/test/integration/gles/replay/BUILD.bazel @@ -69,6 +69,7 @@ go_test( tags = [ "integration", "manual", + "needs_gpu", ], deps = [ "//core/assert:go_default_library", diff --git a/test/integration/service/BUILD.bazel b/test/integration/service/BUILD.bazel index eaf6c0ab36..3850625455 100644 --- a/test/integration/service/BUILD.bazel +++ b/test/integration/service/BUILD.bazel @@ -25,7 +25,10 @@ go_test( name = "go_default_test", srcs = ["service_test.go"], embed = [":go_default_library"], - tags = ["integration"], + tags = [ + "integration", + "needs_gpu", + ], deps = [ "//core/app/auth:go_default_library", "//core/assert:go_default_library",