terminal: Temporarily disable test_basic_terminal
test (#36447)
This PR temporarily disables the `test_basic_terminal` test, as it flakes on macOS. Release Notes: - N/A
This commit is contained in:
parent
e7b7c206a0
commit
3648dbe939
1 changed files with 1 additions and 1 deletions
|
@ -2160,7 +2160,7 @@ mod tests {
|
||||||
use gpui::{Pixels, Point, TestAppContext, bounds, point, size};
|
use gpui::{Pixels, Point, TestAppContext, bounds, point, size};
|
||||||
use rand::{Rng, distributions::Alphanumeric, rngs::ThreadRng, thread_rng};
|
use rand::{Rng, distributions::Alphanumeric, rngs::ThreadRng, thread_rng};
|
||||||
|
|
||||||
#[cfg_attr(windows, ignore = "TODO: fix on windows")]
|
#[ignore = "Test is flaky on macOS, and doesn't run on Windows"]
|
||||||
#[gpui::test]
|
#[gpui::test]
|
||||||
async fn test_basic_terminal(cx: &mut TestAppContext) {
|
async fn test_basic_terminal(cx: &mut TestAppContext) {
|
||||||
cx.executor().allow_parking();
|
cx.executor().allow_parking();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue