Skip to content

Commit

Permalink
fixup: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Mar 18, 2024
1 parent 051f595 commit 72a5546
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions acceptance/sig_short_exp_time/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,3 @@ sh_test(
"manual", # skip this test, it's broken #3935
],
)

# container_image(
# name = "udpproxy",
# base = "//tools/udpproxy",
# )

# container_image(
# name = "sig1",
# base = "//docker:posix_gateway",
# cmd = [
# "--config",
# "/sig.toml",
# ],
# entrypoint = ["/app/gateway"],
# files = [
# "testdata/1-ff00_0_110/sig/cfg.json",
# "testdata/1-ff00_0_110/sig/fake_sciond.json",
# "testdata/1-ff00_0_110/sig/sig.toml",
# ],
# )

# container_image(
# name = "sig2",
# base = "//docker:posix_gateway",
# cmd = [
# "--config",
# "/sig.toml",
# ],
# entrypoint = ["/app/gateway"],
# files = [
# "testdata/1-ff00_0_111/sig/cfg.json",
# "testdata/1-ff00_0_111/sig/fake_sciond.json",
# "testdata/1-ff00_0_111/sig/sig.toml",
# ],
# )

0 comments on commit 72a5546

Please sign in to comment.