Unverified Commit f791cc83 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #281791 from happysalada/surrealdb_skip_flaky_test

surrealdb: skip flaky test
parents 77764402 33199439
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";