We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f0c74 commit 7e0a380Copy full SHA for 7e0a380
tests/test_wave_06.py
@@ -25,7 +25,7 @@ def test_post_task_ids_to_goal(client, one_goal, three_tasks):
25
assert len(db.session.scalar(query).tasks) == 3
26
27
28
-# @pytest.mark.skip(reason="No way to test this feature yet")
+@pytest.mark.skip(reason="No way to test this feature yet")
29
def test_post_task_ids_to_goal_already_with_goals(client, one_task_belongs_to_one_goal, three_tasks):
30
# Act
31
response = client.post("/goals/1/tasks", json={
0 commit comments