Skip to content

Commit

Permalink
fix: Revert me, avoid flaky test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 17, 2023
1 parent 745e7df commit acf22bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/helper-DBItest.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ if (rlang::is_installed("DBItest")) DBItest::make_context(
# Fails on Ubuntu 18.04:
"list_objects_features",

# Fails with inlining???
"bind_factor",

# bad tests
if ((.Platform$OS.type == "windows" && .Platform$r_arch == "i386") || packageVersion("DBItest") < "1.7.2") "append_roundtrip_timestamp",
if ((.Platform$OS.type == "windows" && .Platform$r_arch == "i386") || packageVersion("DBItest") < "1.7.2") "roundtrip_timestamp",
Expand Down

0 comments on commit acf22bd

Please sign in to comment.