Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 12, 2024
1 parent ebaa031 commit 6011976
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions rust/src/router/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ async fn init() -> Worker {
let worker_manager = WorkerManager::new();

worker_manager
// .create_worker(WorkerSettings {
// enable_liburing: false,
// ..WorkerSettings::default()
// })
.create_worker(WorkerSettings::default())
.create_worker(WorkerSettings {
enable_liburing: false,
..WorkerSettings::default()
})
.await
.expect("Failed to create worker")
}
Expand Down

0 comments on commit 6011976

Please sign in to comment.