Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Cipollini committed Dec 30, 2015
1 parent 0505727 commit 0425e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nidata/task/poldrack_etal_2001/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from unittest import TestCase
from unittest import TestCase, skipIf
from nidata.task import PoldrackEtal2001Dataset
from nidata.core._utils.testing import InstallThenDownloadTestMixin

Expand All @@ -9,5 +9,6 @@ def fetch(self, *args, **kwargs):
kwargs['convert'] = False


@skipIf(True, 'test')
class PoldrackEtal2001Test(InstallThenDownloadTestMixin, TestCase):
dataset_class = PoldrackTestDataset

0 comments on commit 0425e10

Please sign in to comment.