surrealdb: skip flaky test

This commit is contained in:
happysalada
2024-01-18 09:32:53 -05:00
parent 09f9f1fe1a
commit 33199439de
+5
View File
@@ -43,6 +43,11 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ SystemConfiguration ];
checkFlags = [
# flaky
"--skip=ws_integration::none::merge"
];
passthru.tests.version = testers.testVersion {
package = surrealdb;
command = "surreal version";