We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376b7c8 commit bfaa4b3Copy full SHA for bfaa4b3
1 file changed
src/test/scala/org/nlogo/models/TestModels.scala
@@ -33,7 +33,10 @@ abstract class TestModels extends AnyFunSuite {
33
// the following models use the import-a extension, which is not bundled
34
private def excludeModel(path: String): Boolean = {
35
path.contains("Calorimetry") ||
36
- path.contains("Resource Example")
+ path.contains("Resource Example") ||
37
+ path.contains("Bug Hunt Camouflage") ||
38
+ path.contains("Mammoths") ||
39
+ path.contains("Robotic Factory")
40
}
41
42
def testModels(models: Map[Model, String], testName: String)(testFun: Model => Iterable[Any]): Unit =
0 commit comments