mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
DerivedPathTest: disable prop_legacy_round_rip until fixed
This commit is contained in:
parent
c82ef825d4
commit
c58202c6f9
1 changed files with 6 additions and 1 deletions
|
@ -79,9 +79,14 @@ TEST_F(DerivedPathTest, built_built_xp) {
|
||||||
|
|
||||||
#ifndef COVERAGE
|
#ifndef COVERAGE
|
||||||
|
|
||||||
|
/* TODO: Disabled due to the following error:
|
||||||
|
|
||||||
|
path '00000000000000000000000000000000-0^0' is not a valid store path:
|
||||||
|
name '0^0' contains illegal character '^'
|
||||||
|
*/
|
||||||
RC_GTEST_FIXTURE_PROP(
|
RC_GTEST_FIXTURE_PROP(
|
||||||
DerivedPathTest,
|
DerivedPathTest,
|
||||||
prop_legacy_round_rip,
|
DISABLED_prop_legacy_round_rip,
|
||||||
(const DerivedPath & o))
|
(const DerivedPath & o))
|
||||||
{
|
{
|
||||||
ExperimentalFeatureSettings xpSettings;
|
ExperimentalFeatureSettings xpSettings;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue