🔀 Merge “release/v81” into “master”
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / test / NotParallel.kt
1 package net.pterodactylus.sone.test
2
3 /**
4  * Marker class for a JUnit [org.junit.experimental.categories.Category], to
5  * mark tests that should not be run parallel to other tests.
6  */
7 class NotParallel
8