bug: Ignore tests for now (#3777)

Ignore flaky / long tests for now
This commit is contained in:
jif-oai
2025-09-18 10:43:45 +01:00
committed by GitHub
parent c9505488a1
commit 4c97eeb32a

View File

@@ -557,6 +557,7 @@ mod tests {
#[cfg(unix)]
#[tokio::test]
#[ignore] // Ignored while we have a better way to test this.
async fn requests_with_large_timeout_are_capped() -> Result<(), UnifiedExecError> {
let manager = UnifiedExecSessionManager::default();
@@ -578,6 +579,7 @@ mod tests {
#[cfg(unix)]
#[tokio::test]
#[ignore] // Ignored while we have a better way to test this.
async fn completed_commands_do_not_persist_sessions() -> Result<(), UnifiedExecError> {
let manager = UnifiedExecSessionManager::default();
let result = manager