turn back on test skipped due to coverage bug

Fedora already fixed coverage bug preventing this test. Turning it back
on.

Fixes: https://pagure.io/koji/issue/1444
This commit is contained in:
Tomas Kopecek 2019-05-21 08:54:57 +02:00 committed by Mike McLean
parent ddbde0d407
commit b0863edb33

View file

@ -11,8 +11,6 @@ try:
except ImportError:
import unittest
# XXX remove skip when Fedora bug is fixed
@unittest.skipIf(six.PY3, "coverage bug Fedora, see rhbz#1452339")
class ProfilesTestCase(unittest.TestCase):
def test_profile_threading(self):