We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80379b4 commit 7918fd8Copy full SHA for 7918fd8
tests/test_mock_github.py
@@ -1,5 +1,6 @@
1
import os
2
3
+import pytest
4
import requests
5
from ghapi.core import GhApi
6
@@ -59,6 +60,7 @@ def test_mock_github(mock_github):
59
60
gh.issues.add_labels(pull.number, ["documentation"])
61
62
63
+@pytest.mark.skip(reason="Debugging timeout issue - temporarily disabled")
64
def test_cache_storage():
65
asset = Asset(
66
id=1,
0 commit comments