Skip to content

Commit fa845db

Browse files
committed
Run test in all platforms.
1 parent fed315a commit fa845db

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vfs/lock_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,13 @@ import (
44
"context"
55
"os"
66
"path/filepath"
7-
"runtime"
87
"testing"
98

109
"github.com/ncruces/go-sqlite3/internal/util"
1110
"github.com/tetratelabs/wazero/experimental/wazerotest"
1211
)
1312

1413
func Test_vfsLock(t *testing.T) {
15-
switch runtime.GOOS {
16-
case "linux", "darwin", "windows":
17-
break
18-
default:
19-
t.Skip("OS lacks OFD locks")
20-
}
21-
2214
name := filepath.Join(t.TempDir(), "test.db")
2315

2416
// Create a temporary file.

0 commit comments

Comments
 (0)