Skip to content

Commit

Permalink
Ignore timing distribution pre-init test case for now
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Oct 14, 2019
1 parent 2d1a694 commit 29897d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import org.junit.After
import org.junit.Assert.assertEquals
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith

Expand Down Expand Up @@ -67,6 +68,7 @@ class AccumulationsBeforeGleanInitTest {
assertEquals(1, labeledCounterMetric["label1"].testGetValue())
}

@Ignore
@Test
fun `TimingDistributionMetricType must allow accumulation before Glean inits`() {
val timingDistribution = TimingDistributionMetricType(
Expand Down

0 comments on commit 29897d7

Please sign in to comment.