Add retries to failing terminal test
This commit is contained in:
parent
52e4774e8a
commit
91fefae96a
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ mod tests {
|
||||||
|
|
||||||
///Basic integration test, can we get the terminal to show up, execute a command,
|
///Basic integration test, can we get the terminal to show up, execute a command,
|
||||||
//and produce noticable output?
|
//and produce noticable output?
|
||||||
#[gpui::test]
|
#[gpui::test(retries = 5)]
|
||||||
async fn test_terminal(cx: &mut TestAppContext) {
|
async fn test_terminal(cx: &mut TestAppContext) {
|
||||||
let terminal = cx.add_view(Default::default(), |cx| Terminal::new(None, false, cx));
|
let terminal = cx.add_view(Default::default(), |cx| Terminal::new(None, false, cx));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue