Skip to content

Commit

Permalink
Add require_kernel! to config_disabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 5, 2024
1 parent e18c618 commit 01056eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ fn submission_queue_full_is_handle_internally() {

#[test]
fn config_disabled() {
require_kernel!(5, 10);
init();
let mut ring = Ring::config(1).disable().build().unwrap();

Expand Down

0 comments on commit 01056eb

Please sign in to comment.