Skip to content

Commit e44bf9b

Browse files
committed
Temporary remove 'math_dgr'
1 parent e4051dd commit e44bf9b

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-|math_dgr-",reporter = multi_rep, stop_on_failure = FALSE)
338+
testthat::test_package("$(projectName)", filter = "smk_dgr-",reporter = multi_rep, stop_on_failure = FALSE)
339339
'"'"'
340340
)
341341
);

0 commit comments

Comments
 (0)