From 4784a42030a594d37754c3d002e83f8a64cb2cba Mon Sep 17 00:00:00 2001 From: David Mak Date: Wed, 1 Nov 2023 15:37:54 +0800 Subject: [PATCH] test_analyzer: Enable test_ttl_pulse test case Now that the issue is fixed. Signed-off-by: David Mak --- artiq/test/coredevice/test_analyzer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/test/coredevice/test_analyzer.py b/artiq/test/coredevice/test_analyzer.py index 67f5a8bc8..776ee3eef 100644 --- a/artiq/test/coredevice/test_analyzer.py +++ b/artiq/test/coredevice/test_analyzer.py @@ -54,7 +54,6 @@ class WriteLog(EnvExperiment): class AnalyzerTest(ExperimentCase): - @unittest.skip("NAC3TODO https://git.m-labs.hk/M-Labs/nac3/issues/298") def test_ttl_pulse(self): core_host = self.device_mgr.get_desc("core")["arguments"]["host"]