Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .ado/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,16 +279,12 @@ extends:
value: false
#10732 - WebSocketIntegrationTest::SendReceiveSsl fails on Windows Server 2022.
#12714 - Disable for first deployment of test website.
#other - WebSocketIntegrationTest::AdditionalHeaders throws '[0x801901f4] Internal server error (500).'
# - WebSocketIntegrationTest are currently unsable on CI hosts. Work fine on local machines.
- name: Desktop.IntegrationTests.Filter
value: >
(FullyQualifiedName!~Microsoft::React::Test::RNTesterHeadlessTests)&
(FullyQualifiedName!=Microsoft::React::Test::WebSocketIntegrationTest::ConnectClose)&
(FullyQualifiedName!=Microsoft::React::Test::WebSocketIntegrationTest::ConnectNoClose)&
(FullyQualifiedName!=Microsoft::React::Test::WebSocketIntegrationTest::SendReceiveClose)&
(FullyQualifiedName!=Microsoft::React::Test::WebSocketIntegrationTest::SendConsecutive)&
(FullyQualifiedName!=Microsoft::React::Test::WebSocketIntegrationTest::SendReceiveLargeMessage)&
(FullyQualifiedName!=Microsoft::React::Test::WebSocketIntegrationTest::SendReceiveSsl)&
(FullyQualifiedName!=Microsoft::React::Test::HttpOriginPolicyIntegrationTest)
(FullyQualifiedName!~Microsoft::React::Test::WebSocketIntegrationTest)
#6799 - HostFunctionTest, HostObjectProtoTest crash under JSI/V8;
# PreparedJavaScriptSourceTest asserts/fails under JSI/ChakraCore
- name: Desktop.UnitTests.Filter
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Drop in-process HTTP test server",
"packageName": "react-native-windows",
"email": "julio.rocha@microsoft.com",
"dependentChangeType": "patch"
}
Loading
Loading