fix: readded sequential tests

This commit is contained in:
Daniel Gallups 2023-12-01 20:05:50 -05:00
parent 272dd5c2c3
commit a2b2771ad8

View file

@ -154,10 +154,10 @@ async fn make_public_request(app: &mut Router) -> Response {
#[tokio::test]
async fn sequential_tests() {
// these tests must be executed sequentially
//scenario1().await;
//scenario2().await;
//scenario3().await;
//scenario4().await;
scenario1().await;
scenario2().await;
scenario3().await;
scenario4().await;
}
async fn scenario1() {