Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
skip ES tests until bug 753421 gets fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed May 10, 2012
1 parent 9d8b1ec commit 28978cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/amo/tests/__init__.py
Expand Up @@ -408,6 +408,8 @@ def collection_factory(**kw):
return c


# Until bug 753421 gets fixed, we're skipping ES tests. Sad times. I know.
@nottest
class ESTestCase(TestCase):
"""Base class for tests that require elasticsearch."""
# ES is slow to set up so this uses class setup/teardown. That happens
Expand Down

0 comments on commit 28978cb

Please sign in to comment.