Skip to content

Commit

Permalink
Added a needs_gpu test tag.
Browse files Browse the repository at this point in the history
This adds a needs_gpu test tag to those tests that cannot
run without OpenGL being available.
  • Loading branch information
AWoloszyn committed Mar 7, 2019
1 parent d21a25d commit 09caf4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/integration/gles/replay/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ go_test(
tags = [
"integration",
"manual",
"needs_gpu",
],
deps = [
"//core/assert:go_default_library",
Expand Down
5 changes: 4 additions & 1 deletion test/integration/service/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09caf4c

Please sign in to comment.