Skip to content

Commit

Permalink
turned off visual tests to save up time
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinerius committed Mar 1, 2024
1 parent 0069200 commit c81fafe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ClientSettings
public string baseUrl;

public bool cleanAndExitOnFinish = true;
public bool visualTest = true;
public bool visualTest = false;
public bool createAssetBundle = true;
public bool placeOnScene = true;
public string importOnlyEntity;
Expand Down

0 comments on commit c81fafe

Please sign in to comment.