Remove test skipping since #1396954 was fixed
Change-Id: I0e65c031e45e3f0b6914c167cb2375fbaf446293
This commit is contained in:
parent
7bd54ac335
commit
c98879268c
@ -10,12 +10,10 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from django.utils import unittest
|
|
||||||
|
|
||||||
from horizon.test import helpers as test
|
from horizon.test import helpers as test
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip("Temporarily disabled, see bug #1396954")
|
|
||||||
class ServicesTests(test.JasmineTests):
|
class ServicesTests(test.JasmineTests):
|
||||||
sources = [
|
sources = [
|
||||||
'horizon/js/horizon.js',
|
'horizon/js/horizon.js',
|
||||||
|
Loading…
Reference in New Issue
Block a user