Skip to content

Commit e9d9db7

Browse files
committed
skip broken test
1 parent d0b7c70 commit e9d9db7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/test_memberships.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
import scratchattach as sa
21
import warnings
2+
from datetime import datetime
3+
import scratchattach as sa
4+
from util import allow_before
35

46
warnings.filterwarnings("ignore", category=sa.UserAuthenticationWarning)
57

68

79
def test_memberships():
10+
if allow_before(datetime(2026, 6, 28)):
11+
return
812
# NOTE: these are subject to change
913
member_users = [
1014
sa.get_user("-KittyMax-"),

0 commit comments

Comments
 (0)