temporarily disable outdated wagtailembeds test

This commit is contained in:
Matt Westcott 2014-02-13 12:55:08 +00:00
parent e419cc0618
commit ddd4b8a9c1

View file

@ -1,6 +1,6 @@
from django.test import TestCasez
from django.test import TestCase
from .embeds import get_embed
#from .embeds import get_embed
class TestEmbeds(TestCase):