mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
itest: document a flake found on macOS
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user