mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-09 09:03:20 +08:00
test_rtio: resume dma playback test for Kasli
This commit is contained in:
parent
9d905d95a5
commit
7a5e5e4ab4
@ -720,13 +720,6 @@ class DMATest(ExperimentCase):
|
||||
self.assertLess(dt/count, 11*us)
|
||||
|
||||
def test_dma_playback_time(self):
|
||||
# Skip on Kasli until #946 is resolved.
|
||||
try:
|
||||
# hack to detect Kasli.
|
||||
self.device_mgr.get_desc("ad9914dds0")
|
||||
except KeyError:
|
||||
raise unittest.SkipTest("skipped on Kasli for now")
|
||||
|
||||
exp = self.create(_DMA)
|
||||
is_zynq = exp.core.target_cls == CortexA9Target
|
||||
count = 20000
|
||||
|
Loading…
Reference in New Issue
Block a user