Skip to content

Commit 5136146

Browse files
committed
editoast: remove useless serial tests
1 parent 72ea73d commit 5136146

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editoast/src/views/pathfinding/electrical_profiles.rs

-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ mod tests {
219219
}
220220

221221
#[rstest]
222-
#[serial_test::serial]
223222
async fn test_map_electrical_profiles(
224223
#[future] electrical_profile_set: TestFixture<ElectricalProfileSet>,
225224
) {
@@ -253,7 +252,6 @@ mod tests {
253252
}
254253

255254
#[rstest]
256-
#[serial_test::serial]
257255
async fn test_view_electrical_profiles_on_path(
258256
db_pool: Arc<DbConnectionPool>,
259257
#[future] empty_infra: TestFixture<Infra>,

0 commit comments

Comments
 (0)