Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ public static Collection<Object[]> data() {

@BeforeClass
public static void setUpDatabase() {
assumeFalse(
"temporarily disabling these tests, since they are not working in the emulator",
isUsingEmulator());
// Empty database.
db =
env.getTestHelper()
Expand Down