Commit 862824d6 authored by Vihang Mehta's avatar Vihang Mehta
Browse files

Tag integration tests as such

Summary:
TSIA. This will let us filter on the tag for CI as need be.
Depends on D7125

Test Plan: N/A

Reviewers: nserrino, michelle, #engineering, zasgar

Reviewed By: #engineering, zasgar

Differential Revision: https://phab.corp.pixielabs.ai/D7171

GitOrigin-RevId: 459a2ac7e56d81a99d0eb4fe53831460eca2b360
parent c8ea019a
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -12,6 +12,7 @@ go_test( ...@@ -12,6 +12,7 @@ go_test(
size = "small", size = "small",
srcs = ["datastore_test.go"], srcs = ["datastore_test.go"],
embed = [":go_default_library"], embed = [":go_default_library"],
tags = ["integration"],
deps = [ deps = [
"//src/utils/testingutils:go_default_library", "//src/utils/testingutils:go_default_library",
"//src/vizier/utils/datastore/etcd:go_default_library", "//src/vizier/utils/datastore/etcd:go_default_library",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment