1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Disable rapidcheck tests in the coverage run

https://hydra.nixos.org/build/233688539
This commit is contained in:
Eelco Dolstra 2023-09-19 16:04:00 +02:00
parent c8afa01bc2
commit 126e2645f2
6 changed files with 22 additions and 0 deletions

View file

@ -18,6 +18,8 @@ TEST_F(DerivedPathExpressionTest, force_init)
{
}
#ifndef COVERAGE
RC_GTEST_FIXTURE_PROP(
DerivedPathExpressionTest,
prop_opaque_path_round_trip,
@ -61,4 +63,6 @@ RC_GTEST_FIXTURE_PROP(
RC_ASSERT(SingleDerivedPath { b } == d);
}
#endif
} /* namespace nix */