Skip to content

Commit

Permalink
simplifies test
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Aug 23, 2024
1 parent 4e339fa commit fee2647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_ris.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from ngwidgets.yamlable import lod_storable

from skg.ris import RIS_Entry

import unittest

class STT_Paper(RIS_Entry):
"""
Expand Down Expand Up @@ -147,6 +147,7 @@ def test_dblp_stt(self):
if i < 10:
print(json.dumps(record, indent=2, default=str))

@unittest.skipIf(Basetest.inPublicCI(), "fails in github")
def testPaper(self):
"""
test adding a single paper to Wikidata
Expand Down

0 comments on commit fee2647

Please sign in to comment.