Skip to content

Commit ebb79cf

Browse files
author
peterstone2017
committed
skip for 3.10 lc tests only
1 parent 93edea9 commit ebb79cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/endtoend/test_linux_consumption.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Licensed under the MIT License.
33
import os
44
import sys
5-
from unittest import TestCase
65

6+
from unittest import TestCase, skipIf
77
from requests import Request
88

99
from azure_functions_worker.testutils_lc import (
@@ -13,6 +13,8 @@
1313
_DEFAULT_HOST_VERSION = "4"
1414

1515

16+
@skipIf(sys.version_info >= (3, 10, 0),
17+
"Skip the tests for Python 3.10 and above")
1618
class TestLinuxConsumption(TestCase):
1719
"""Test worker behaviors on specific scenarios.
1820

0 commit comments

Comments
 (0)