Commit 33199439 authored by happysalada's avatar happysalada
Browse files

surrealdb: skip flaky test

parent 09f9f1fe
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";