Skip to content

Commit 306562a

Browse files
committed
tests/cli(test[add]): assert --no-merge preserves duplicate sections
why: Finalize the regression to ensure vcspull add keeps duplicate workspace roots when --no-merge. what: - remove xfail and validate ordered items before and after the add operation
1 parent b963892 commit 306562a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/cli/test_add.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -819,12 +819,6 @@ class NoMergePreservationFixture(t.NamedTuple):
819819
]
820820

821821

822-
@pytest.mark.xfail(
823-
reason=(
824-
"vcspull add --no-merge overwrites earlier duplicate workspace sections "
825-
"(data loss bug)"
826-
),
827-
)
828822
@pytest.mark.parametrize(
829823
list(NoMergePreservationFixture._fields),
830824
NO_MERGE_PRESERVATION_FIXTURES,

0 commit comments

Comments
 (0)