Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d7e6d6

Browse files
authored
disable TestPasswordTerminalState until we can make it run reliably (#2409)
1 parent024ab6d commit2d7e6d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎cli/cliui/prompt_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ func newPrompt(ptty *ptytest.PTY, opts cliui.PromptOptions, cmdOpt func(cmd *cob
165165
}
166166

167167
funcTestPasswordTerminalState(t*testing.T) {
168+
// TODO: fix this test so that it runs reliably
169+
t.Skip()
170+
168171
ifos.Getenv("TEST_SUBPROCESS")=="1" {
169172
passwordHelper()
170173
return
@@ -205,6 +208,7 @@ func TestPasswordTerminalState(t *testing.T) {
205208
require.True(t,echo,"echo is off after reading password")
206209
}
207210

211+
// nolint:unused
208212
funcpasswordHelper() {
209213
cmd:=&cobra.Command{
210214
Run:func(cmd*cobra.Command,args []string) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp