comparison tests/test-clonebundles.t @ 37349:36b2a304216c

tests: disable tests for advanced clone features with simple store There are a handful of test failures in the simple store with regards to stream clones. Fixing them will require a lot of conditional output. Disabling the tests wholesale is easier at this juncture. Differential Revision: https://phab.mercurial-scm.org/D3064
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 03 Apr 2018 15:08:14 -0700
parents db06c4bb2158
children aacfca6f9767
comparison
equal deleted inserted replaced
37348:f4e84dfc06fd 37349:36b2a304216c
1 #require no-reposimplestore
2
1 Set up a server 3 Set up a server
2 4
3 $ hg init server 5 $ hg init server
4 $ cd server 6 $ cd server
5 $ cat >> .hg/hgrc << EOF 7 $ cat >> .hg/hgrc << EOF