Skip to content

Commit

Permalink
tries fixing unreliable test by excluding in public CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Oct 31, 2023
1 parent 7b7d8cc commit 9b4608f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_wdsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@author: wf
'''
import unittest
from tests.basetest import Basetest
from skg.wdsearch import WikidataSearch
from skg.wikidata import Wikidata
Expand All @@ -14,6 +15,7 @@ class TestWikidataSearch(Basetest):
test the wikidata search
"""

@unittest.skipIf(Basetest.inPublicCI(), "unreliable in public CI")
def test_wikidata_search(self):
"""
test the wikidata serarch API
Expand Down

0 comments on commit 9b4608f

Please sign in to comment.