Skip to content

Commit

Permalink
chore: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Dec 19, 2024
1 parent 905a314 commit e3754b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalyst-gateway/bin/src/db/index/tests/scylla_session.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//! Integration tests of the `IndexDB` queries testing on its session
use crate::db::index::session::CassandraSession;

#[ignore = "An integration test which requires a running Scylla node instance, disabled from `testunit` CI run"]
#[tokio::test]
async fn test_session() -> Result<(), String> {
use crate::db::index::session::CassandraSession;

let Some(_) = CassandraSession::get(true) else {
return Err(String::from("Failed to acquire db session"));
};
Expand Down

0 comments on commit e3754b2

Please sign in to comment.