From 5f636e5249c31e9eb42dbbad969fa8fb6a4a4a8a Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 13 Dec 2024 13:55:28 -0500 Subject: [PATCH] Disable test. --- test/integration/push_int_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/push_int_test.go b/test/integration/push_int_test.go index 4f3276cd9c..7c17d65aa8 100644 --- a/test/integration/push_int_test.go +++ b/test/integration/push_int_test.go @@ -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)") }