Skip to content

Commit b251f24

Browse files
committed
trying to fix docker conflicts
1 parent 3e70295 commit b251f24

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/e2e/probes_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import (
1515
)
1616

1717
func TestProbes_CreateAndGetProbe(t *testing.T) {
18-
t.Parallel()
19-
2018
e, err := e2e.New(e2e.WithName(envProbesName))
2119
testutil.Ok(t, err)
2220
t.Cleanup(e.Close)
@@ -114,8 +112,6 @@ func TestProbes_CreateAndGetProbe(t *testing.T) {
114112
}
115113

116114
func TestProbes_ListProbes(t *testing.T) {
117-
t.Parallel()
118-
119115
e, err := e2e.New(e2e.WithName(envProbesName))
120116
testutil.Ok(t, err)
121117
t.Cleanup(e.Close)
@@ -222,8 +218,6 @@ func TestProbes_ListProbes(t *testing.T) {
222218
}
223219

224220
func TestProbes_CreateProbeConflict(t *testing.T) {
225-
t.Parallel()
226-
227221
e, err := e2e.New(e2e.WithName(envProbesName))
228222
testutil.Ok(t, err)
229223
t.Cleanup(e.Close)
@@ -288,8 +282,6 @@ func TestProbes_CreateProbeConflict(t *testing.T) {
288282
}
289283

290284
func TestProbes_UnauthorizedAccess(t *testing.T) {
291-
t.Parallel()
292-
293285
e, err := e2e.New(e2e.WithName(envProbesName))
294286
testutil.Ok(t, err)
295287
t.Cleanup(e.Close)

0 commit comments

Comments
 (0)