Submitter | phabricator |
---|---|
Date | April 6, 2018, 12:51 a.m. |
Message ID | <differential-rev-PHID-DREV-sgc2fcj5dlrag6g7wfsi-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/30416/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-lfs-bundle.t b/tests/test-lfs-bundle.t --- a/tests/test-lfs-bundle.t +++ b/tests/test-lfs-bundle.t @@ -1,5 +1,3 @@ -#require no-reposimplestore - In this test, we want to test LFS bundle application on both LFS and non-LFS repos. diff --git a/tests/test-lfconvert.t b/tests/test-lfconvert.t --- a/tests/test-lfconvert.t +++ b/tests/test-lfconvert.t @@ -1,5 +1,3 @@ -#require no-reposimplestore - $ USERCACHE="$TESTTMP/cache"; export USERCACHE $ mkdir "${USERCACHE}" $ cat >> $HGRCPATH <<EOF diff --git a/tests/test-largefiles.t b/tests/test-largefiles.t --- a/tests/test-largefiles.t +++ b/tests/test-largefiles.t @@ -1,5 +1,3 @@ -#require no-reposimplestore - This file used to contains all largefile tests. Do not add any new tests in this file as it his already far too long to run. diff --git a/tests/test-largefiles-wireproto.t b/tests/test-largefiles-wireproto.t --- a/tests/test-largefiles-wireproto.t +++ b/tests/test-largefiles-wireproto.t @@ -1,5 +1,3 @@ -#require no-reposimplestore - #testcases sshv1 sshv2 #if sshv2 diff --git a/tests/test-largefiles-small-disk.t b/tests/test-largefiles-small-disk.t --- a/tests/test-largefiles-small-disk.t +++ b/tests/test-largefiles-small-disk.t @@ -1,5 +1,3 @@ -#require no-reposimplestore - Test how largefiles abort in case the disk runs full $ cat > criple.py <<EOF diff --git a/tests/test-largefiles-misc.t b/tests/test-largefiles-misc.t --- a/tests/test-largefiles-misc.t +++ b/tests/test-largefiles-misc.t @@ -1,5 +1,3 @@ -#require no-reposimplestore - This file contains testcases that tend to be related to special cases or less common commands affecting largefile. diff --git a/tests/test-largefiles-cache.t b/tests/test-largefiles-cache.t --- a/tests/test-largefiles-cache.t +++ b/tests/test-largefiles-cache.t @@ -1,5 +1,3 @@ -#require no-reposimplestore - Create user cache directory $ USERCACHE=`pwd`/cache; export USERCACHE