Skip to content

Commit 3878eb1

Browse files
committed
Disable agent_streaming on windows arm64
1 parent 34944e0 commit 3878eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ envlist =
6262

6363
# Windows Core Agent Test Suite
6464
{windows,windows_arm64}-agent_features-py313-{with,without}_extensions,
65-
{windows,windows_arm64}-agent_streaming-py313-protobuf06-{with,without}_extensions,
65+
# Windows grpcio wheels don't appear to be installable for Arm64 despite being available
66+
windows-agent_streaming-py313-protobuf06-{with,without}_extensions,
6667
{windows,windows_arm64}-agent_unittests-py313-{with,without}_extensions,
6768
{windows,windows_arm64}-cross_agent-py313-{with,without}_extensions,
6869

0 commit comments

Comments
 (0)