test: re-enable test_clock_generator_loopback

It passes now for some reason.
This commit is contained in:
Sebastien Bourdeauducq 2017-03-27 16:33:36 +08:00
parent b9ff5afc85
commit 58ee09dbdc
1 changed files with 0 additions and 1 deletions

View File

@ -342,7 +342,6 @@ class CoredeviceTest(ExperimentCase):
self.assertGreater(rtt, 0*ns)
self.assertLess(rtt, 60*ns)
@unittest.skip("fails on CI for unknown reasons")
def test_clock_generator_loopback(self):
self.execute(ClockGeneratorLoopback)
count = self.dataset_mgr.get("count")