Merge pull request #281791 from happysalada/surrealdb_skip_flaky_test

surrealdb: skip flaky test
This commit is contained in:
Yt
2024-01-18 16:23:16 +00:00
committed by GitHub
+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";