Skip to content

Commit 01ab607

Browse files
committed
Skip monitor tool unit tests on Windows
Due to flaky failures in related Windows unit tests,we skip the monitor tool checks, as the feature is not supported on Windows. Signed-off-by: Shuyang Xin <[email protected]>
1 parent e2eb6aa commit 01ab607

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkg/agent/monitortool/latency_store_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !windows
2+
13
// Copyright 2024 Antrea Authors
24
//
35
// Licensed under the Apache License, Version 2.0 (the "License");

pkg/agent/monitortool/monitor_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !windows
2+
13
// Copyright 2024 Antrea Authors
24
//
35
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)