|
@@ -240,6 +240,7 @@ class PerformanceMetricsLayerTestCase(TestCase, BaseMetricsTestCase):
|
|
|
key=lambda elem: elem["name"],
|
|
|
)
|
|
|
|
|
|
+ @pytest.mark.skip(reason="flaky: TET-423")
|
|
|
def test_count_transaction_with_valid_condition(self):
|
|
|
for transaction, values in (
|
|
|
("<< unparameterized >>", [1]),
|