mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Garbage Collection Test Failes #269

Open maarzt opened 8 months ago

maarzt commented 8 months ago

Running the unit tests currently fails if the graphics environment is enabled. (Both on window and linux)

Running org.mastodon.model.ModelGarbageCollectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 sec

Results :

Failed tests: 
  testIfMastodonIsGarbageCollectable(org.mastodon.mamut.GarbageCollectionTest)
maarzt commented 8 months ago

I'm going to fix it.