Skip to content

Commit

Permalink
tests: SearchViewTest skip
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Oct 6, 2015
1 parent 6467840 commit 0e38e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@

from mock import patch

from invenio_testing import InvenioTestCase
from invenio_testing import InvenioTestCase, nottest


@nottest
class SearchViewTest(InvenioTestCase):

"""Test search view functions."""
Expand Down

0 comments on commit 0e38e8a

Please sign in to comment.