Skip to content

Commit

Permalink
fix: Allow enabling WireShark tests
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed Oct 27, 2024
1 parent c8267d0 commit c4df08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestTraceLog(t *testing.T) {
}

func TestTraceWithCapture(t *testing.T) {
if _, ok := os.LookupEnv("GITHUB_WORKFLOW"); ok {
if _, ok := os.LookupEnv("WITH_WIRESHARK"); !ok {
t.Skip("Requires WireShark")
}

Expand Down

0 comments on commit c4df08f

Please sign in to comment.