diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-04-05 16:58:07 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-05 17:00:25 -0700 |
commit | 198e0dcde2476d847de699dc3c0d20421a855e86 (patch) | |
tree | c4f61c52189394688af9c22f8e4c89c97a4162d6 /test/fsstress/BUILD | |
parent | 88f198c2a9da1bac9726db18af4e7615aaa65476 (diff) |
Add fsstress on tmpfs to presubmit
Updates #5273
PiperOrigin-RevId: 366902314
Diffstat (limited to 'test/fsstress/BUILD')
-rw-r--r-- | test/fsstress/BUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fsstress/BUILD b/test/fsstress/BUILD index d262c8554..e74e7fff2 100644 --- a/test/fsstress/BUILD +++ b/test/fsstress/BUILD @@ -14,9 +14,7 @@ go_test( "manual", "local", ], - deps = [ - "//pkg/test/dockerutil", - ], + deps = ["//pkg/test/dockerutil"], ) go_library( |