Skip to content

Commit

Permalink
ignore flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
legokichi committed Jun 21, 2023
1 parent 593b703 commit 26096d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@ async fn pull_failed_before_stream_response(
)]
#[serial_test::serial]
#[tokio::test]
#[ignore]
// this test sometimes failed if blob file is cached
async fn pull_failed_on_response_stream(
#[case] v2_blob_config_flag: bool,
#[case] v2_blob_layer_count: usize,
Expand Down

0 comments on commit 26096d1

Please sign in to comment.