diff --git a/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.cs b/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.cs index f8543d3..86187ce 100644 --- a/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.cs +++ b/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.cs @@ -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()