Skip to content

Commit 08a60de

Browse files
committed
Disable vcan_sockets tests when unsupported
1 parent f4de660 commit 08a60de

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

test/configs/osx.utsc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"linux",
2222
"windows",
2323
"crypto_advanced",
24-
"ipv6"
24+
"ipv6",
25+
"vcan_socket"
2526
]
2627
}

test/configs/windows.utsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"mock_read_routes_bsd",
2727
"require_gui",
2828
"open_ssl_client",
29+
"vcan_socket",
2930
"ipv6"
3031
]
3132
}

test/configs/windows2.utsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"mock_read_routes_bsd",
2727
"appveyor_only",
2828
"open_ssl_client",
29+
"vcan_socket",
2930
"ipv6",
3031
"manufdb",
3132
"tcpdump",

0 commit comments

Comments
 (0)