From 56918fb37531b9f0e0bb5d9c08724a7469238bbe Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 5 Apr 2017 16:43:22 +0000 Subject: [PATCH] test: re-enable DMA tests as the feature is now stable. --- artiq/test/coredevice/test_rtio.py | 1 - 1 file changed, 1 deletion(-) 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)