fix: skip review_start_with_detached_delivery_returns_new_thread_id o… (#11645)
…n windows
This commit is contained in:
parent
75e79cf09a
commit
76256a8cec
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ async fn review_start_rejects_empty_base_branch() -> Result<()> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[cfg_attr(target_os = "windows", ignore = "flaky on windows CI")]
|
||||
#[tokio::test]
|
||||
async fn review_start_with_detached_delivery_returns_new_thread_id() -> Result<()> {
|
||||
let review_payload = json!({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue