Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Revert "[REF] self_test: Skip test failing"
Browse files Browse the repository at this point in the history
This reverts commit c1180ca.
  • Loading branch information
moylop260 committed Jan 21, 2020
1 parent fa63a62 commit 1afa4e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion travis/self_tests
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class MainTest(unittest.TestCase):
self.errors_dict = EXPECTED_ERRORS.copy()
self.maxDiff = None

@unittest.skip("Demostrating that there is a error here")
def test_modules_to_preinstall(self):
res = [x for x in self.to_preinstall if x in self.addons_list]
self.assertFalse(res, "Should not preinstall modules to test!")
Expand Down

0 comments on commit 1afa4e0

Please sign in to comment.