Skip to content

Commit

Permalink
Add missing serial annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Aug 26, 2024
1 parent 80a087c commit cb8fdb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickwit/quickwit-metastore/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ macro_rules! metastore_test_suite {
// - delete_index

#[tokio::test]
#[serial_test::file_serial]
async fn test_metastore_create_index() {
let _ = tracing_subscriber::fmt::try_init();
$crate::tests::index::test_metastore_create_index::<$metastore_type>().await;
Expand Down

0 comments on commit cb8fdb8

Please sign in to comment.