From 2db634796bd5426c11f7849ce480265091f128c8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 17:34:59 +0200 Subject: Cleanup (2) --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_api.py b/tests/test_api.py index 6ef3e6ccd..9c12da51c 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -16,9 +16,9 @@ class TestApi(object): assert self.api.api.login("crapp", "wrong pw") is False # takes really long, only test when needed - @nottest + @nottest def test_random(self): for _ in range(0, 100): self.api.testAPI() -- cgit v1.2.3