From 7d545f219148e02504be5879459fdb5031245ef3 Mon Sep 17 00:00:00 2001
From: Robert Rosca <robert.rosca@xfel.eu>
Date: Tue, 15 Jun 2021 10:23:16 +0200
Subject: [PATCH] Add marks where required

---
 tests/test_cal_tools.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/test_cal_tools.py b/tests/test_cal_tools.py
index a2e14e866..026e7512b 100644
--- a/tests/test_cal_tools.py
+++ b/tests/test_cal_tools.py
@@ -288,6 +288,7 @@ def test_raise_send_to_db(_agipd_const_cond):
     assert str(excinfo.value) == "Resource temporarily unavailable"
 
 
+@pytest.mark.requires_caldb
 def test_get_pdu_from_db(_agipd_const_cond):
 
     constant, condition = _agipd_const_cond
@@ -336,6 +337,7 @@ def test_get_pdu_from_db(_agipd_const_cond):
 
 # TODO add a marker for accessing zmq end_point
 @pytest.mark.requires_gpfs
+@pytest.mark.requires_caldb
 def test_initialize_from_db():
     creation_time = datetime.strptime(
         "2020-01-07 13:26:48.00", "%Y-%m-%d %H:%M:%S.%f")
-- 
GitLab