Skip to content
Snippets Groups Projects
Commit d86f2c6b authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Took out a loooong running test. It is a known issue from the WQP, not worth...

Took out a loooong running test. It is a known issue from the WQP, not worth the time to always test here.
parent 78626a72
No related branches found
No related tags found
1 merge request!146Remove long running WQP test
......@@ -37,9 +37,10 @@ test_that("General WQP retrievals working", {
pHData <- readWQPdata(siteid="USGS-04024315",characteristicName=nameToUse)
expect_is(pHData$ActivityStartDateTime, 'POSIXct')
pHDataExpanded2 <- readWQPdata(bBox=c(-90.1,42.9,-89.9,43.1),
characteristicName=nameToUse)
expect_is(pHDataExpanded2$ActivityStartDateTime, 'POSIXct')
# Known slow query for WQP:
# pHDataExpanded2 <- readWQPdata(bBox=c(-90.1,42.9,-89.9,43.1),
# characteristicName=nameToUse)
# expect_is(pHDataExpanded2$ActivityStartDateTime, 'POSIXct')
startDate <- as.Date("2013-01-01")
nutrientDaneCounty <- readWQPdata(countycode="US:55:025",startDate=startDate,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment