test: re-enable DMA tests as the feature is now stable.

This commit is contained in:
whitequark 2017-04-05 16:43:22 +00:00
parent 17b5388259
commit 56918fb375
1 changed files with 0 additions and 1 deletions

View File

@ -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)