Skip to content

Commit

Permalink
Merge pull request #584 from pipermerriam/piper/issue-531-travis-fail…
Browse files Browse the repository at this point in the history
…ures

Piper/issue 531 travis failures
  • Loading branch information
mmclark committed Dec 17, 2015
2 parents 1ff95f8 + 1a6c966 commit 0a15537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ script:

after_script:
- coveralls

3 changes: 3 additions & 0 deletions seed/tests/functional/test_firefox.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import time
import json
import os
import unittest

from django.contrib.staticfiles.testing import StaticLiveServerTestCase
from selenium import webdriver
from selenium.common.exceptions import NoSuchAttributeException, StaleElementReferenceException, NoSuchElementException
Expand All @@ -21,6 +23,7 @@ def tearDownClass(cls):
cls.selenium.quit()
super(LogIn, cls).tearDownClass()

@unittest.skipIf(os.environ.get("TRAVIS") == "true", "https://github.com/SEED-platform/seed/issues/531")
def test_login(self):

# Test LogIn Process
Expand Down

0 comments on commit 0a15537

Please sign in to comment.