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