load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "testdata_test", srcs = ["e2e_test.go"], tags = [ "end-to-end", "ignore-test", ], visibility = ["//visibility:public"], deps = [ "//test/f2", "//test/f2/x/ktest", ], )