If I have many describe sections in one test class...
# kotlintest
d
If I have many describe sections in one test class, and one of them has multiple `it`s without
context
, is it expected that only the first one gets run?