Skip to content
Closed
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def test_per_second_formula_with_counter_metric_type(self) -> None:
"per_second(value,request_count,counter,-)": pytest.approx(8 / 600, abs=0.001)
}

@pytest.mark.skip(reason="flaky: #103532")
def test_per_second_formula_with_gauge_metric_type(self) -> None:
gauge_metrics = [
self.create_trace_metric("cpu_usage", 75.0, "gauge"),
Expand Down
Loading