Skip to content

Commit d459a1e

Browse files
committed
Merge remote-tracking branch 'upstream/v6.1-dev' into v6.1-dev
2 parents 5c8c2a4 + 579e819 commit d459a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
junit_rep <- JunitReporter$new(file = "test_results_dsdanger.xml");
336336
progress_rep <- ProgressReporter$new(max_failures = 999999);
337337
multi_rep <- MultiReporter$new(reporters = list(progress_rep, junit_rep));
338-
testthat::test_package("$(projectName)", filter = "smk_dgr-",reporter = multi_rep, stop_on_failure = FALSE)
338+
testthat::test_package("$(projectName)", filter = "_dgr-|datachk_dgr-|smk_dgr-|arg_dgr-|disc_dgr-|smk_expt_dgr-|expt_dgr-|math_dgr-", reporter = multi_rep, stop_on_failure = FALSE)
339339
'"'"'
340340
)
341341
);

0 commit comments

Comments
 (0)