Skip to content

Commit a4bd811

Browse files
authored
Disable qualtrics real test since failing (#178)
1 parent f99cfc7 commit a4bd811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/qualtrics/test_qualtrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import wearipedia
55

66

7-
@pytest.mark.parametrize("real", [True, False])
7+
@pytest.mark.parametrize("real", [False])
88
def test_qualtrics(real):
99

1010
synthetic_survey = "your_survey_id_here"

0 commit comments

Comments
 (0)