Skip to content

Commit 51ff275

Browse files
committed
Revert "Disable flaky tests for now (#11821)"
This reverts commit c890c64.
1 parent c890c64 commit 51ff275

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/testsuite/git_auth.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ fn setup_failed_auth_test() -> (SocketAddr, JoinHandle<()>, Arc<AtomicUsize>) {
105105
// Tests that HTTP auth is offered from `credential.helper`.
106106
#[cargo_test]
107107
fn http_auth_offered() {
108-
// TODO(Seb): remove this once possible.
109-
if cargo_uses_gitoxide() {
110-
// Without the fixes in https://github.com/Byron/gitoxide/releases/tag/gix-v0.41.0 this test is flaky.
111-
return;
112-
}
113108
let (addr, t, connections) = setup_failed_auth_test();
114109
let p = project()
115110
.file(
@@ -371,11 +366,6 @@ Caused by:
371366

372367
#[cargo_test]
373368
fn instead_of_url_printed() {
374-
// TODO(Seb): remove this once possible.
375-
if cargo_uses_gitoxide() {
376-
// Without the fixes in https://github.com/Byron/gitoxide/releases/tag/gix-v0.41.0 this test is flaky.
377-
return;
378-
}
379369
let (addr, t, _connections) = setup_failed_auth_test();
380370
let config = paths::home().join(".gitconfig");
381371
let mut config = git2::Config::open(&config).unwrap();

0 commit comments

Comments
 (0)