Bug 1553273 - Disable TelemetryGeckoViewFixture.PendingOperationsHighWater until decision about telemetry probe has been made. a=permafail

This commit is contained in:
Sebastian Hengst 2019-07-08 23:05:03 +02:00
parent d608af5642
commit 71a5bf7e4f

View File

@ -632,6 +632,7 @@ TEST_F(TelemetryGeckoViewFixture, MultipleAppendOperations) {
cx.GetJSContext(), keyedScalarsSnapshot, true);
}
/*
TEST_F(TelemetryGeckoViewFixture, PendingOperationsHighWater) {
AutoJSContextWithGlobal cx(mCleanGlobal);
@ -674,3 +675,4 @@ TEST_F(TelemetryGeckoViewFixture, PendingOperationsHighWater) {
expectedValue + 1);
CheckUintScalar(reachedName, cx.GetJSContext(), scalarsSnapshot, 1);
}
*/