Skip to content

Commit

Permalink
ExeUnit tests should be behind feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Oct 16, 2024
1 parent 8b7b170 commit 417aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe-unit/tests/test_progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use ya_service_bus::typed as bus;
#[test_context(DroppableTestContext)]
#[serial_test::serial]
async fn test_progress_reporting(ctx: &mut DroppableTestContext) -> anyhow::Result<()> {
enable_logs(true);
enable_logs(false);

let dir = temp_dir!("progress-reporting")?;
let temp_dir = dir.path();
Expand Down

0 comments on commit 417aac2

Please sign in to comment.