itest: document a flake found on macOS

This commit is contained in:
yyforyongyu
2025-03-05 11:55:57 +08:00
parent 0f8f092ddd
commit 95569df92e
3 changed files with 39 additions and 85 deletions

View File

@@ -254,11 +254,6 @@ func getLndBinary(t *testing.T) string {
return binary
}
// isDarwin returns true if the test is running on a macOS.
func isDarwin() bool {
return runtime.GOOS == "darwin"
}
// isWindowsOS returns true if the test is running on a Windows OS.
func isWindowsOS() bool {
return runtime.GOOS == "windows"