Remove test skipping since #1396954 was fixed

Change-Id: I0e65c031e45e3f0b6914c167cb2375fbaf446293
This commit is contained in:
Ekaterina Chernova 2015-02-16 23:23:00 +03:00
parent 7bd54ac335
commit c98879268c

View File

@ -10,12 +10,10 @@
# License for the specific language governing permissions and limitations
# under the License.
from django.utils import unittest
from horizon.test import helpers as test
@unittest.skip("Temporarily disabled, see bug #1396954")
class ServicesTests(test.JasmineTests):
sources = [
'horizon/js/horizon.js',