Skip to content

Commit

Permalink
Disable test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Dec 13, 2024
1 parent 4d46d28 commit 5f636e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/push_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func (suite *PushIntegrationTestSuite) TestInitAndPush() {

// Test pushing without permission, and choosing to create a new project
func (suite *PushIntegrationTestSuite) TestPush_NoPermission_NewProject() {
suite.T().Skip("Cannot create new unprivileged users") // DX-3190
if runtime.GOOS == "windows" {
suite.T().Skip("Skipped on Windows for now because SendKeyDown() doesnt work (regardless of bash/cmd)")
}
Expand Down

0 comments on commit 5f636e5

Please sign in to comment.