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:
Leander Beernaert
2023-05-09 08:30:38 +02:00
parent 0417e495ae
commit c438704648

View File

@ -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))