diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/git-import/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/git-import/TARGETS b/test/end-to-end/git-import/TARGETS index afd79db2..19c7794c 100644 --- a/test/end-to-end/git-import/TARGETS +++ b/test/end-to-end/git-import/TARGETS @@ -53,7 +53,7 @@ , { "type": "if" , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"} , "then": [] - , "else": ["chained-import", "deduplicate", "annotations"] + , "else": ["chained-import", "annotations"] } ] } |