Skip to content

Commit bcb91a6

Browse files
committed
Disabling sporadic failing websocket test on v120 winrt.
1 parent 79fb219 commit bcb91a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/websockets/client/error_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ TEST_FIXTURE(uri_address, send_after_close)
7979
#endif
8080

8181
// Send after close for callback client
82-
TEST_FIXTURE(uri_address, send_after_close_callback_client)
82+
TEST_FIXTURE(uri_address, send_after_close_callback_client, "Ignore", "319")
8383
{
8484
std::string body("hello");
8585
test_websocket_server server;

0 commit comments

Comments
 (0)