Skip to content

Commit 48635e3

Browse files
authored
Remove no_qemu tag for tcp_stats_bpf_test (#1328)
Summary: Remove `no_qemu` tag for tcp_stats_bpf_test The long lived PR for adding our CI jobs to GitHub actions finished up just as the qemu incompatibility was addressed. We can now opt this test into qemu testing. Relevant Issues: N/A Type of change: /kind buf Test Plan: Verified in #1308 that this test works with qemu Signed-off-by: Dom Del Nano <ddelnano@pixielabs.ai>
1 parent 676936d commit 48635e3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/stirling/source_connectors/tcp_stats/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pl_cc_bpf_test(
4040
timeout = "long",
4141
srcs = ["tcp_stats_bpf_test.cc"],
4242
tags = [
43-
"no_qemu",
4443
"requires_bpf",
4544
],
4645
deps = [

0 commit comments

Comments
 (0)