diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-05 18:20:44 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-10 15:49:01 +0100 |
commit | c6eabf460588c2852d5ccb4928800f8f8649c7e8 (patch) | |
tree | 1d3ac0e7fc74f60a3bef1fe1d46ac64920ee1ef7 /test | |
parent | 842cb59d23ed2cf7dc1e0722a9cbb2c06a42f187 (diff) | |
download | justbuild-c6eabf460588c2852d5ccb4928800f8f8649c7e8.tar.gz |
test git-imports: Remove duplicate entry
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"] } ] } |