From 97ac877644dfae2bee224644cfca7b8da6c9268e Mon Sep 17 00:00:00 2001 From: Edgar Brissow Date: Thu, 12 Dec 2024 15:50:39 -0300 Subject: [PATCH] Added issue to skip --- tests/integration/test_node_das.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_node_das.py b/tests/integration/test_node_das.py index 9911100..c6ba343 100644 --- a/tests/integration/test_node_das.py +++ b/tests/integration/test_node_das.py @@ -5,7 +5,9 @@ from hyperon_das.das import DistributedAtomSpace -@pytest.mark.skip(reason="Add query broker to Dockerfile") +@pytest.mark.skip( + reason="Add query broker to Dockerfile, more info https://github.com/singnet/das/issues/162" +) class TestNodeDAS: timeout = 5