summaryrefslogtreecommitdiffhomepage
path: root/test/image/BUILD
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2020-09-14 15:32:46 -0700
committerAndrei Vagin <avagin@gmail.com>2020-09-16 12:22:17 -0700
commitf148242abab1ff043428036ccaf464de98268863 (patch)
tree1e57aea21f2fe0cfaf7031d6fa4b9f2fb3b0aa8c /test/image/BUILD
parent113928754c26ea3d4d7d387bae459ce447774d30 (diff)
Revert "fuse: add benchmarking support for FUSE"
test/fuse/benchmark/read_benchmark.cc:34: Failure Expected: (fuse_prefix) != (nullptr), actual: NULL vs (nullptr) external/com_google_benchmark/src/benchmark_runner.cc:120: RunInThread: Check `st.iterations() >= st.max_iterations' failed. Benchmark returned before State::KeepRunning() returned false! --- FAIL: Benchmarks_BM_Read/262144/real_time (0.29s) runner.go:502: test "Benchmarks.BM_Read/262144/real_time" failed with error exit status 134, want nil FAIL
Diffstat (limited to 'test/image/BUILD')
-rw-r--r--test/image/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/image/BUILD b/test/image/BUILD
index e270c52ac..e749e47d4 100644
--- a/test/image/BUILD
+++ b/test/image/BUILD
@@ -24,7 +24,6 @@ go_test(
deps = [
"//pkg/test/dockerutil",
"//pkg/test/testutil",
- "@com_github_docker_docker//api/types/mount:go_default_library",
],
)