Skip to content

Commit

Permalink
Update test/e2e/nodelatencymonitor_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Antonin Bas <[email protected]>
  • Loading branch information
Rupam-It and antoninbas authored Aug 28, 2024
1 parent 58f8ad0 commit 3e765c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/nodelatencymonitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func generatePingInterval() int32 {
func TestNodeLatencyMonitor(t *testing.T) {

skipIfFeatureDisabled(t, features.NodeLatencyMonitor, true, false)
skipIfHasWindowsNodes(t) // as it does not have offitial windows support
skipIfHasWindowsNodes(t) // as the feature does not have official Windows support

data, err := setupTest(t)
if err != nil {
Expand Down

0 comments on commit 3e765c9

Please sign in to comment.