mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
test: Disable sync open files test
It is os specific and it has a tendency to succeed on CI runners.
This commit is contained in:
@ -31,7 +31,8 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestBridge_SyncExistsWithErrorWhenTooManyFilesAreOpen(t *testing.T) {
|
||||
// Disabled due to flakyness.
|
||||
func _TestBridge_SyncExistsWithErrorWhenTooManyFilesAreOpen(t *testing.T) { //nolint:unused
|
||||
var rlimitCurrent syscall.Rlimit
|
||||
|
||||
require.NoError(t, syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rlimitCurrent))
|
||||
|
||||
Reference in New Issue
Block a user