Skip to content

Commit

Permalink
dont do presence detect on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Jan 15, 2025
1 parent 69d13cf commit 17b95f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/localserver/krypto-ec-middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestKryptoEcMiddleware(t *testing.T) {
callbackWaitGroup.Add(2)

// assume that if we have presence detection headers, we should have a presence detection callback
if tt.expectedPresenceDetectionCallbackHeaders != nil {
if tt.expectedPresenceDetectionCallbackHeaders != nil && runtime.GOOS != "linux" {
callbackWaitGroup.Add(2)
}

Expand Down

0 comments on commit 17b95f9

Please sign in to comment.