diff --git a/e2e/capture_test.go b/e2e/capture_test.go index 177a4d6c..e58e5f4f 100644 --- a/e2e/capture_test.go +++ b/e2e/capture_test.go @@ -113,7 +113,7 @@ func TestFlowCapture(t *testing.T) { func TestPacketCapture(t *testing.T) { f1 := features.New("packet capture").Setup( func(ctx context.Context, t *testing.T, cfg *envconf.Config) context.Context { - output, err := RunCommand(clog, "oc-netobserv", "packets", "--protocol=TCP", "--port=443") + output, err := RunCommand(clog, "oc-netobserv", "packets", "--protocol=TCP", "--port=6443") // TODO: find a way to avoid error here; this is probably related to SIGTERM instead of CTRL + C call //assert.Nil(t, err)