Skip to content

Commit e9bcda4

Browse files
author
Kharude, Sachin
committed
removed flaky flag for activity log test
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent 43cd32f commit e9bcda4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/space/test_space_objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ def test_schema_validation_new_space(schema_validation_space):
590590
assert resp["type"] == "ErrorResponse"
591591

592592

593-
@pytest.mark.flaky(reruns=3, reruns_delay=2)
594593
@pytest.mark.skipif(not XYZ_TOKEN, reason="No token found.")
595594
def test_activity_log(activity_log_space):
596595
"""Test activity log."""

0 commit comments

Comments
 (0)