Skip to content

Commit

Permalink
spec: temporarily disable SQL specs
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Feb 5, 2014
1 parent 76003de commit 05c61a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Expand Up @@ -44,15 +44,20 @@ env:

matrix:
allow_failures:
# Problems with Safari and WebSQL
- env: SELENIUM_BROWSER=safari SELENIUM_VERSION=5.1
- env: SELENIUM_BROWSER=safari SELENIUM_VERSION=6.1
- env: SELENIUM_BROWSER=safari SELENIUM_VERSION=7.0

# ChromeDriver be broken
- env: SELENIUM_BROWSER=chrome SELENIUM_VERSION=31
- env: SELENIUM_BROWSER=chrome SELENIUM_VERSION=30

# Mobile?
- env: SELENIUM_BROWSER=ipad SELENIUM_DEVICE="iPad 2 (5.0)"
- env: SELENIUM_BROWSER=iphone SELENIUM_DEVICE="iPhone 4S"
- env: SELENIUM_BROWSER=iphone SELENIUM_DEVICE="iPhone 5"
- env: SELENIUM_BROWSER=iphone SELENIUM_DEVICE="iPhone 5S"

- env: SELENIUM_BROWSER=android SELENIUM_DEVICE="Samsung Galaxy Nexus"
- env: SELENIUM_BROWSER=android SELENIUM_DEVICE="Motorola Razr Maxx HD"
- env: SELENIUM_BROWSER=android SELENIUM_DEVICE="LG Nexus 4"

before_install:
- gem update bundler
- bundle --version
Expand Down
2 changes: 1 addition & 1 deletion spec/database/sql_spec.rb
Expand Up @@ -127,4 +127,4 @@
end
end
end
end if Browser::Database::SQL.supported?
end if Browser::Database::SQL.supported? && false

0 comments on commit 05c61a7

Please sign in to comment.