Skip to content

Commit 701babf

Browse files
committed
Fixed test groups
1 parent 172e306 commit 701babf

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
@@ -262,7 +262,7 @@ jobs:
262262
junit_rep <- JunitReporter$new(file = "test_results_dsbase.xml");
263263
progress_rep <- ProgressReporter$new(max_failures = 999999);
264264
multi_rep <- MultiReporter$new(reporters = list(progress_rep, junit_rep));
265-
testthat::test_package("$(projectName)", filter = "_-", reporter = multi_rep, stop_on_failure = FALSE)
265+
testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
266266
'"'"'
267267
)
268268
);

0 commit comments

Comments
 (0)