Skip to content

Commit 966bbc3

Browse files
committed
execution_profiles it: teardown keyspaces
1 parent 1f374db commit 966bbc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scylla/tests/integration/statements/execution_profiles.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ async fn test_execution_profiles() {
318318
running_proxy.running_nodes[i].change_request_rules(None);
319319
}
320320

321+
session.ddl(format!("DROP KEYSPACE {ks}")).await.unwrap();
322+
321323
running_proxy
322324
}).await;
323325
match res {

0 commit comments

Comments
 (0)