Skip to content

Commit

Permalink
Disable package tests for end2end
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Nov 14, 2024
1 parent b13ccc0 commit fd1b7eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions end2end/server/check_events_from_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ def validate_started_event(event, stack, dry_mode=False, serverless=False, os_na
assert event["agent"]["os"]["name"] == os_name
assert event["agent"]["platform"]["name"] == platform
assert event["agent"]["serverless"] == serverless
if stack is not None:
assert set(event["agent"]["stack"]) == set(stack)
# # Check for packages is disabled until we start using them in core :
# if stack is not None:
# assert set(event["agent"]["stack"]) == set(stack)

def validate_heartbeat(event, routes, req_stats):
assert event["type"] == "heartbeat"
Expand Down

0 comments on commit fd1b7eb

Please sign in to comment.