Skip to content
Merged
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
1 change: 1 addition & 0 deletions tests/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ class Test_ProductsDisabled:
"""Assert that product information are not reported when products are disabled in telemetry"""

@scenarios.telemetry_app_started_products_disabled
@bug(context.library > "nodejs@5.21.0", reason="APMAPI-213")
def test_app_started_product_disabled(self):
data_found = False
app_started_found = False
Expand Down