Skip to content

Commit

Permalink
test: add ignore to flaky test (PullQueryMetricsFunctionalTest) (#8153)
Browse files Browse the repository at this point in the history
* ignore flaky test

* dummy
  • Loading branch information
vpapavas authored Sep 20, 2021
1 parent b29ca25 commit cc5c02b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.RuleChain;
import org.junit.rules.Timeout;

@Ignore
public class PullQueryMetricsFunctionalTest {

private static final PageViewDataProvider PAGE_VIEWS_PROVIDER = new PageViewDataProvider();
Expand Down

0 comments on commit cc5c02b

Please sign in to comment.