Skip to content

Commit 7918fd8

Browse files
committed
dbg
1 parent 80379b4 commit 7918fd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_mock_github.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22

3+
import pytest
34
import requests
45
from ghapi.core import GhApi
56

@@ -59,6 +60,7 @@ def test_mock_github(mock_github):
5960
gh.issues.add_labels(pull.number, ["documentation"])
6061

6162

63+
@pytest.mark.skip(reason="Debugging timeout issue - temporarily disabled")
6264
def test_cache_storage():
6365
asset = Asset(
6466
id=1,

0 commit comments

Comments
 (0)