disable automatic test discovery

This commit is contained in:
Matt Parker
2025-11-24 18:07:41 +10:00
parent 91f19a0552
commit 3c84754c1f

View File

@@ -29,7 +29,8 @@ public partial class TestExplorerPanel : Control
private async Task AsyncReady()
{
await DiscoverTestNodesForSolution(false);
// Until this is finished/optimised to handle lots of tests, require manual refresh
//await DiscoverTestNodesForSolution(false);
}
private void OnRefreshButtonPressed()