Skip to content

Commit fba4b5b

Browse files
committed
ci: Omit more checks, #343
1 parent f057125 commit fba4b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

revdep-dev/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ TESTTHAT_REPORTER ?= testthat::ProgressReporter\$$new(max_failures = Inf, update
55
# The REVDEP definition also decides what is run on GitHub Actions in backends.yaml
66
# FIXME: Re-add duckdb, very slow on GitHub Actions
77
# FIXME: Re-add odbc-postgres and odbc-sqlite, broken with new Arrow tests
8-
REVDEP := RMariaDB RSQLite RPostgres RKazam adbi odbc-sql-server odbc-mysql
8+
# FIXME: Re-add RPostgres adbi odbc-sql-server, #343
9+
REVDEP := RMariaDB RSQLite RKazam odbc-mysql
910
TEST_TARGETS := $(patsubst %,test-%,${REVDEP})
1011

1112
LIB_DIR := $(shell Rscript -e "cat(.libPaths()[1])")

0 commit comments

Comments
 (0)