Skip to content

Commit

Permalink
editoast: remove useless serial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Jul 10, 2024
1 parent 72ea73d commit 5136146
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editoast/src/views/pathfinding/electrical_profiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ mod tests {
}

#[rstest]
#[serial_test::serial]
async fn test_map_electrical_profiles(
#[future] electrical_profile_set: TestFixture<ElectricalProfileSet>,
) {
Expand Down Expand Up @@ -253,7 +252,6 @@ mod tests {
}

#[rstest]
#[serial_test::serial]
async fn test_view_electrical_profiles_on_path(
db_pool: Arc<DbConnectionPool>,
#[future] empty_infra: TestFixture<Infra>,
Expand Down

0 comments on commit 5136146

Please sign in to comment.