diff --git a/test/unit_tests.gd b/test/unit_tests.gd index 8c7bbde..a47615f 100644 --- a/test/unit_tests.gd +++ b/test/unit_tests.gd @@ -63,6 +63,6 @@ func _ready() -> void: pass var error: print_debug('Failed to open user directory') - generate_known_good_results() + # generate_known_good_results() # Uncomment this to get your sample on first run print(test_save_loading()) get_tree().quit()