Skip to content

Commit

Permalink
Removed failed test, rely on run_test only
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schenk Jr committed Mar 26, 2015
1 parent 476795c commit 40caf11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install:
- ./travis-tool.sh github_package jimhester/covr
script:
- ./travis-tool.sh run_tests
- Rscript -e 'source("R/tests/testRSocrata.R"); runAllTestsCI()'

after_success:
- Rscript -e 'library(covr);coveralls()'
Expand Down
4 changes: 0 additions & 4 deletions tests/unitTests/testRSocrata.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,4 @@ test.lsSocrata <- function() {

test.lsSocrataInvalidURL <- function() {
checkException(read.socrata("a.fake.url.being.tested"), "invalid url")
}

test.unequal <- function() {
checkTrue(2, 3)
}

0 comments on commit 40caf11

Please sign in to comment.