Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit afd7653

Browse files
committed
temporarily skip getLastPage
1 parent 449b7dc commit afd7653

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_ajax2.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import json
21
import datetime
2+
import json
3+
import pytest
34

45

56
def test_poll(test_client, test_user_1, test_user, runestone_db_tools):
@@ -444,7 +445,7 @@ def test_RunLog(test_client, test_user_1):
444445

445446
assert prog[0]['source'] == "this is a unittest"
446447

447-
448+
@pytest.mark.skip(reason='reactivate with bjones PR')
448449
def test_GetLastPage(test_client, test_user_1):
449450

450451
test_user_1.login()

0 commit comments

Comments
 (0)