Skip to content

Commit 901bdb5

Browse files
committed
explore GH action failure
1 parent 716910f commit 901bdb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inst/tinytest/ctrdata_ctgov2.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@ expect_true(
111111
)
112112

113113
# test xxx
114-
expect_message(
115-
suppressWarnings(
114+
#expect_message(
115+
#suppressWarnings(
116116
tmp <- ctrLoadQueryIntoDb(
117117
queryterm = "cond=Cancer&aggFilters=phase:0,status:ter,studyType:int&studyComp=2015-12-31_2020-12-31",
118118
register = "CTGOV2",
119119
documents.path = tmpDir,
120120
documents.regexp = "sap_",
121121
verbose = TRUE,
122122
con = dbc
123-
)),
124-
"Newly saved [0-9]+ document[(]s[)] for [0-9]+ trial"
125-
)
123+
)#),
124+
# "Newly saved [0-9]+ document[(]s[)] for [0-9]+ trial"
125+
#)
126126
print(tmp)
127127

128128
#### ctgov2history ####

0 commit comments

Comments
 (0)