Skip to content

Commit c58202c

Browse files
committed
DerivedPathTest: disable prop_legacy_round_rip until fixed
1 parent c82ef82 commit c58202c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/libstore-tests/derived-path.cc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,14 @@ TEST_F(DerivedPathTest, built_built_xp) {
7979

8080
#ifndef COVERAGE
8181

82+
/* TODO: Disabled due to the following error:
83+
84+
path '00000000000000000000000000000000-0^0' is not a valid store path:
85+
name '0^0' contains illegal character '^'
86+
*/
8287
RC_GTEST_FIXTURE_PROP(
8388
DerivedPathTest,
84-
prop_legacy_round_rip,
89+
DISABLED_prop_legacy_round_rip,
8590
(const DerivedPath & o))
8691
{
8792
ExperimentalFeatureSettings xpSettings;

0 commit comments

Comments
 (0)