Skip to content

Commit 9a40d51

Browse files
Merge pull request #259 from StuartWheater/v6.1-dev_testing
Added setting of '_R_CHECK_SYSTEM_CLOCK_' to 0 to fix file timestamp issue
2 parents 2aca8fe + 1aa8642 commit 9a40d51

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ variables:
2929
projectName: 'dsBaseClient'
3030
branchName: $(Build.SourceBranchName)
3131
test_filter: '*'
32+
_r_check_system_clock_: 0
3233

3334

3435

tests/testthat/setup.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ library(DescTools)
1919

2020
library(DSOpal)
2121
library(DSLite)
22-
library(dsBaseClient)
2322

2423
source("dstest_functions/ds_expect_variables.R")
2524
source("connection_to_datasets/login_details.R")

tests/testthat/test-expt_dgr-ds.dataFrameSort.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ test_that('dataset 1',
164164
colnames(local.df.list[[i]])<-ds.colnames("D",datasources = ds.test_env$connections[i][[1]])
165165
}
166166
colnames(local.df.list)
167-
library(dsBaseClient)
168167
colnames("D")
169168
.test.data.frame.sorting("D","LOGICAL",FALSE,"numeric","server.data",local.df.list)
170169
#.test.data.frame.sorting("D","INTEGER",FALSE,"numeric","server.data",local.df.list)

tests/testthat/test-smk_dgr-ds.listClientsideFunctions.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ test_that("check results", {
3535
"ds.DANGERpassPARSER",
3636
"ds.DANGERplot",
3737
"ds.DANGERprint",
38-
"ds.danger",
3938
"ds.DANGERsearch",
4039
"ds.DANGERseedEXTRACT",
4140
"ds.DANGERvarsEXTRACT"

0 commit comments

Comments
 (0)