Skip to content

Commit 2d39175

Browse files
James LuJames Lu
James Lu
authored and
James Lu
committed
Revert "PkgInfo: re-enable 'archlinux' and 'archaur' tests"
This reverts commit 03f47c5.
1 parent 03f47c5 commit 2d39175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PkgInfo/test.py

+2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ def testVlist(self):
5151
self.assertRegexp('vlist debian bash', 'Found [1-9][0-9]* '
5252
'results: (.*?\(.*?\))+')
5353

54+
@unittest.skip("Remote server is too unreliable (2017-02-23)")
5455
def testArchLinux(self):
5556
self.assertError('archlinux afdsfbjeiog')
5657
self.assertNotError('archlinux bash')
5758
self.assertRegexp('archlinux pacman --exact',
5859
'Found 1.*?pacman')
5960

61+
@unittest.skip("Remote server is too unreliable (2017-02-23)")
6062
def testArchAUR(self):
6163
self.assertRegexp('archaur yaourt', 'Found [1-9][0-9]* results:'
6264
'.*?yaourt.*?')

0 commit comments

Comments
 (0)