From 03f47c58c7840eb3fce0e510ab54512f71cad7e2 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 30 Apr 2017 19:43:46 -0700 Subject: [PATCH] PkgInfo: re-enable 'archlinux' and 'archaur' tests This partially reverts commit 67c40b5974e86f978d449c61e893ffa576cf9ef2. --- PkgInfo/test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PkgInfo/test.py b/PkgInfo/test.py index 4fa7363..6ae4921 100644 --- a/PkgInfo/test.py +++ b/PkgInfo/test.py @@ -51,14 +51,12 @@ class PkgInfoTestCase(PluginTestCase): self.assertRegexp('vlist debian bash', 'Found [1-9][0-9]* ' 'results: (.*?\(.*?\))+') - @unittest.skip("Remote server is too unreliable (2017-02-23)") def testArchLinux(self): self.assertError('archlinux afdsfbjeiog') self.assertNotError('archlinux bash') self.assertRegexp('archlinux pacman --exact', 'Found 1.*?pacman') - @unittest.skip("Remote server is too unreliable (2017-02-23)") def testArchAUR(self): self.assertRegexp('archaur yaourt', 'Found [1-9][0-9]* results:' '.*?yaourt.*?')