diff --git a/artiq/test/coredevice/test_rtio.py b/artiq/test/coredevice/test_rtio.py index f8a9b834c..9ceb01129 100644 --- a/artiq/test/coredevice/test_rtio.py +++ b/artiq/test/coredevice/test_rtio.py @@ -503,7 +503,6 @@ class _DMA(EnvExperiment): pass -@unittest.skipUnless(artiq_in_devel, "feature still in development") class DMATest(ExperimentCase): def test_dma_storage(self): exp = self.create(_DMA)