forked from Silverfish/proton-bridge
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"
|
"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
|
var rlimitCurrent syscall.Rlimit
|
||||||
|
|
||||||
require.NoError(t, syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rlimitCurrent))
|
require.NoError(t, syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rlimitCurrent))
|
||||||
|
|||||||
Reference in New Issue
Block a user