We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728e13f commit 72e828dCopy full SHA for 72e828d
packages/flame/test/collisions/collision_type_test.dart
@@ -173,6 +173,9 @@ void main() {
173
expect(blockB.activeCollisions.length, 0);
174
},
175
'correct collisions with many involved collidables': (game) async {
176
+ // Skip this test until it can be made non-flaky.
177
+ return;
178
+ // ignore: dead_code
179
final rng = Random(0);
180
List<TestBlock> generateBlocks(CollisionType type) {
181
return List.generate(
0 commit comments