Skip to content

Commit

Permalink
Skip aws lambda tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Oct 4, 2023
1 parent dded05d commit c39f180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/contrib/serverless/aws_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@

import json
import os
import platform
import time

from elasticapm import capture_span
from elasticapm.conf import constants
from elasticapm.contrib.serverless.aws import capture_serverless, get_data_from_request, get_data_from_response

pytestmark = pytest.mark.skipif(platform.system() == "Windows", reason="AWS Lambda does not support Windows")


@pytest.fixture
def event_api():
Expand Down

0 comments on commit c39f180

Please sign in to comment.