0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-05-27 23:30:35 +00:00

linux/s390x: remove blacklist, updates

This commit is contained in:
Jan Mercl
2022-12-15 14:10:41 +01:00
parent 2c0b2bda58
commit 61b9ce9519

@ -41,9 +41,6 @@ func TestTclTest(t *testing.T) {
// # memory. Make sure the host has at least 8GB available before running
// # this test.
blacklist["bigsort.test"] = struct{}{}
case "s390x":
//TODO
blacklist["sysfault.test"] = struct{}{}
}
switch runtime.GOOS {
case "windows":