Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable flaky tests for now (rust-lang#11821)
The proper fix is in https://github.com/Byron/gitoxide/releases/tag/gix-v0.41.0 which unfortunately can't be used as it also comes with the latest `tempfile` v3.4 which causes other issues when compiling on some platforms. Thus we first disable the flaky tests, and re-enable them with the `gix` upgrade which should be possible once `tempfile` doesn't hinder `cargo` on some platforms anymore. Related to rust-lang#11821
- Loading branch information