microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.31k stars 1.14k forks source link

Re-enable HTTP Origin Policy integration tests in CI #9868

Open JunielKatarn opened 2 years ago

JunielKatarn commented 2 years ago

Problem Description

Similar to WebSocket tests some time ago, tests from class HttpOriginPolicyIntegrationTest hang their corresponding test job on CI pipelines.

They have been temporarily disabled for CI/CD. They do pass when run locally on any configuration.

Steps To Reproduce

  1. Remove class HttpOriginPolicyIntegrationTest from desktop integration test exclusion list.

Expected Results

Test pass similar to runs made on a local development machine.

CLI version

npx react-native --version

Environment

npx react-native info

Target Platform Version

No response

Target Device(s)

No response

Visual Studio Version

No response

Build Configuration

Release

Snack, code example, screenshot, or link to a repository

No response

jonthysell commented 2 years ago

Do you think this will make 0.69 or should it be moved to 0.70?

JunielKatarn commented 2 years ago

Do you think this will make 0.69 or should it be moved to 0.70?

Likely 0.70. It requires some research and is test code only.

chiaramooney commented 2 years ago

@JunielKatarn Do we have an update here? Or should this be moved to 71?

JunielKatarn commented 2 years ago

@JunielKatarn Do we have an update here? Or should this be moved to 71?

Let's move it into 71.