Commit 5b74b1b
committed
Mark presign tests as #[ignore] (require minio)
test_presign_get, test_presign_put, test_presign_post, and
test_presign_delete all call test_minio_bucket() which reads
MINIO_ACCESS_KEY_ID from the environment. Without a running minio
instance these tests panic, breaking `make ci` / `cargo test`.
All other integration tests that need external services are already
marked #[ignore]. These four were just missing the attribute.1 parent 3eb5fdf commit 5b74b1b
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3784 | 3784 | | |
3785 | 3785 | | |
3786 | 3786 | | |
| 3787 | + | |
3787 | 3788 | | |
3788 | 3789 | | |
3789 | 3790 | | |
| |||
3811 | 3812 | | |
3812 | 3813 | | |
3813 | 3814 | | |
| 3815 | + | |
3814 | 3816 | | |
3815 | 3817 | | |
3816 | 3818 | | |
| |||
3839 | 3841 | | |
3840 | 3842 | | |
3841 | 3843 | | |
| 3844 | + | |
3842 | 3845 | | |
3843 | 3846 | | |
3844 | 3847 | | |
| |||
3855 | 3858 | | |
3856 | 3859 | | |
3857 | 3860 | | |
| 3861 | + | |
3858 | 3862 | | |
3859 | 3863 | | |
3860 | 3864 | | |
| |||
0 commit comments