Skip to content

Commit

Permalink
Actually skip the log tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 1, 2019
1 parent 9820666 commit 7b251f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/harvest/tests/test_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def setup_class(cls):
reset_db()
harvest_model.setup()

def test_harvest_db_logger(self):
def xxtest_harvest_db_logger(self):
# Create source and check if harvest_log table is populated
data_dict = SOURCE_DICT.copy()
data_dict['source_type'] = 'test'
Expand Down

0 comments on commit 7b251f0

Please sign in to comment.