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
fix: add test collection and disable parallelization to prevent intermittent failures
- Add [Collection("ConfigFile")] to SecurityHardeningTests to prevent interference with config file tests
- Create xunit.runner.json to disable test parallelization in Graphify.Tests
- Refactor BuildSerializableConfig to extract provider key for clarity
These changes address intermittent test failures in Release mode where the JSON
serialization of provider config sections was being skipped or omitted.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Test run for C:\src\graphify-dotnet\src\tests\Graphify.Integration.Tests\bin\Release\net10.0\Graphify.Integration.Tests.dll (.NETCoreApp,Version=v10.0)
2
+
Test run for C:\src\graphify-dotnet\src\tests\Graphify.Tests\bin\Release\net10.0\Graphify.Tests.dll (.NETCoreApp,Version=v10.0)
3
+
A total of 1 test files matched the specified pattern.
4
+
A total of 1 test files matched the specified pattern.
0 commit comments