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
commit f791cc8342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,11 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ] buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ SystemConfiguration ]; ++ lib.optionals stdenv.isDarwin [ SystemConfiguration ];
checkFlags = [
# flaky
"--skip=ws_integration::none::merge"
];
passthru.tests.version = testers.testVersion { passthru.tests.version = testers.testVersion {
package = surrealdb; package = surrealdb;
command = "surreal version"; command = "surreal version";