Skip to content

Commit 913d277

Browse files
committed
test: skip on windows
1 parent 0c62b60 commit 913d277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/defer_state/test_group_updates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import sys
23

34
import pytest
45

@@ -76,6 +77,7 @@ def test_changed_groups(self, project):
7677
assert model_2_result.group == "accounting" # new group name!
7778

7879

80+
@pytest.mark.skipif(sys.platform == "win32", reason="Extremely slow on Windows")
7981
class TestPartiallyModifiedGroups(GroupSetup):
8082
def test_changed_groups(self, project):
8183
self.group_setup()

0 commit comments

Comments
 (0)