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
Remove test that requires test to supply input for user prompt
This test passes when run in isolation but fails when run alongside other tests, even when skipping all other tests using `testStdinPipe`. I don't think the value of this test is great enough to start changing how we test stdin input.
t.Run("if the default workspace is selected and doesn't exist, but other custom workspaces do exist...", func(t*testing.T) {
3438
+
t.Run("if the default workspace is selected and doesn't exist, but other custom workspaces do exist and input is disabled, an error is returned", func(t*testing.T) {
3439
3439
// Create a temporary, uninitialized working directory with configuration including a state store
0 commit comments