Skip to content

Commit

Permalink
[chore] [internal/aws] disable flaky test TestNodeClient (#23243)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jun 9, 2023
1 parent 3bf9e5a commit e82c6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/aws/k8s/k8sclient/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ var nodeArray = []interface{}{
}

func TestNodeClient(t *testing.T) {
t.Skip("Flaky test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9001")
setOption := nodeSyncCheckerOption(&mockReflectorSyncChecker{})

fakeClientSet := fake.NewSimpleClientset()
Expand Down

0 comments on commit e82c6c1

Please sign in to comment.