mirror of https://github.com/m-labs/artiq.git
test: re-enable DMA tests as the feature is now stable.
This commit is contained in:
parent
17b5388259
commit
56918fb375
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue