Skip to content

Commit

Permalink
Merge pull request #7109 from HenrikJannsen/disable-test
Browse files Browse the repository at this point in the history
Disable ImageCaptureReaderTest
  • Loading branch information
alejandrogarcia83 authored May 24, 2024
2 parents dcdb064 + 3a09024 commit eebb2fd
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoExtension;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;

Expand All @@ -39,6 +40,13 @@
import org.bytedeco.javacv.Frame;
import org.bytedeco.javacv.FrameGrabber;

// TODO fix dependency problems
// If tests are run via gradle I get an error:
// `Loading library prism_es2 from resource failed: java.lang.UnsatisfiedLinkError: Can't load library: /Users/dev/.openjfx/cache/16/libprism_es2.dylib`
// If run from the IDE it works.
// CI on windows also fails, other OS work.
// Seems that there are some platfomr specific dependency issues...
@Disabled
@ExtendWith(MockitoExtension.class)
class ImageCaptureReaderTest {
@Mock
Expand Down

0 comments on commit eebb2fd

Please sign in to comment.