Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

fix: Ignore samples tests #707

Merged
merged 13 commits into from
Aug 19, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update RealmTests.java
blakeli0 authored Aug 19, 2022
commit 3b1c23301724e5f301b5bcd3c012452f8e8a8162
Original file line number Diff line number Diff line change
@@ -33,9 +33,11 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

@Ignore
@RunWith(JUnit4.class)
public class RealmTests {
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");