Summary
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)
Location
- Pipeline module:
TUnit.Pipeline/Modules/RunRpcTestsModule.cs
- Test project:
TUnit.RpcTests/
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/