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 inactive username_password_not_available test
This is cleanup realted to #1644, which further complicated the
attributes on the `#[ignore]`d `username_password_not_available`
test with an empty that was build (but never run) whenever the
`expectrl` tests of `gix-prompt` were not built. Instead of keeping
its attributes more complicated and maintaining an expectation that
they continue to be updated along with the `target_os` support for
`expectrl`'s `ptyprocess` dependency, this removes that empty test.
The purpose of the test case that this removes is unclear, and it
may not have value anymore. It is unclear in part because actual
interaction to provide a username and password is likely to work on
some systems for which the related tests that use `expectrl` are
not being built. But this empty test case might be read to say
otherwise.
See also the related discussion at:
#1644 (review)
0 commit comments