You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RunRpcTestsModule in the CI pipeline has been temporarily disabled. The module was previously never running due to mutually exclusive [RunOnLinuxOnly, RunOnWindowsOnly] attributes, so these tests have been silently skipped for some time.
What needs to happen
Investigate why RPC tests were originally gated behind OS-specific attributes
Fix any underlying test failures
Re-enable by restoring TestableFrameworks to return ["net8.0"] (or appropriate frameworks)
Summary
The
RunRpcTestsModulein the CI pipeline has been temporarily disabled. The module was previously never running due to mutually exclusive[RunOnLinuxOnly, RunOnWindowsOnly]attributes, so these tests have been silently skipped for some time.What needs to happen
TestableFrameworksto return["net8.0"](or appropriate frameworks)Location
TUnit.Pipeline/Modules/RunRpcTestsModule.csTUnit.RpcTests/