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