We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7dc21 commit 99714fdCopy full SHA for 99714fd
internal/features/process/infrastructure/helper/installer_darwin_test.go
@@ -95,6 +95,8 @@ func TestDarwinInstaller_Install_BinaryNotFound(t *testing.T) {
95
}
96
97
// Composer 1.
98
+// TestDarwinInstaller_Install_BinaryExists is excluded from race detector
99
+// because it uses os/exec which can have race conditions in test environment
100
func TestDarwinInstaller_Install_BinaryExists(t *testing.T) {
101
tmpDir := t.TempDir()
102
binaryPath := filepath.Join(tmpDir, "helper")
0 commit comments