mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Merge pull request #7109 from HenrikJannsen/disable-test
Disable ImageCaptureReaderTest
This commit is contained in:
commit
eebb2fd21e
@ -28,6 +28,7 @@ import java.util.function.Consumer;
|
||||
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;
|
||||
|
||||
@ -39,6 +40,13 @@ import static org.mockito.Mockito.*;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user