diff options
Diffstat (limited to 'pkg/amutex/BUILD')
-rw-r--r-- | pkg/amutex/BUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/amutex/BUILD b/pkg/amutex/BUILD index bdb6e8f2c..39d253b98 100644 --- a/pkg/amutex/BUILD +++ b/pkg/amutex/BUILD @@ -5,7 +5,7 @@ package(licenses = ["notice"]) go_library( name = "amutex", srcs = ["amutex.go"], - importpath = "gvisor.googlesource.com/gvisor/pkg/amutex", + importpath = "gvisor.dev/gvisor/pkg/amutex", visibility = ["//:sandbox"], ) @@ -14,5 +14,4 @@ go_test( size = "small", srcs = ["amutex_test.go"], embed = [":amutex"], - tags = ["flaky"], ) |