Skip to content

Commit

Permalink
fix: ignore HCaptchaWebViewHelperTest.benchmarkWebViewLoad benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jul 11, 2024
1 parent 2f8d66d commit 9c26af7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
import androidx.test.ext.junit.rules.ActivityScenarioRule;
import androidx.test.ext.junit.runners.AndroidJUnit4;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;

import java.util.concurrent.CountDownLatch;

@Ignore("https://github.com/hCaptcha/hcaptcha-android-sdk/issues/101")
@RunWith(AndroidJUnit4.class)
public class HCaptchaWebViewHelperTest {
@Rule
Expand Down

0 comments on commit 9c26af7

Please sign in to comment.