changeset 1624:91e9d4eb612a

slow test is ok now (but other slow tests are now broken)
author drewp@bigasterisk.com
date Wed, 08 Sep 2021 18:59:21 -0700
parents cf901d219007
children 64f4fb8c233f
files service/mqtt_to_rdf/inference_test.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/service/mqtt_to_rdf/inference_test.py	Wed Sep 08 18:56:24 2021 -0700
+++ b/service/mqtt_to_rdf/inference_test.py	Wed Sep 08 18:59:21 2021 -0700
@@ -205,7 +205,6 @@
         out = inf.infer(N3('[] a :MqttMessage ; :body "online" ; :topic :foo .'))
         self.assertIn((EX['frontDoorLockStatus'], EX['connectedStatus'], EX['Online']), out)
 
-    @unittest.skip("still too slow")
     def testTopicIsList(self):
         inf = makeInferenceWithRules('''
             { ?msg :body "online" . } => { ?msg :onlineTerm :Online . } .