mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Deactivate QrCodeProcessorTest until UnsatisfiedLinkError on MacOS is resolved
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
5af4d9b083
commit
87ea800f66
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ package bisq.desktop.main.account.content.notifications.qr;
|
|||
|
||||
import java.util.Optional;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static bisq.desktop.main.account.content.notifications.qr.FrameUtil.createFrameFromImageResource;
|
||||
|
@ -32,6 +33,9 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
|||
import com.google.zxing.BinaryBitmap;
|
||||
import org.bytedeco.javacv.Frame;
|
||||
|
||||
// TODO Disabled until UnsatisfiedLinkError on MacOS is resolved
|
||||
|
||||
@Disabled
|
||||
class QrCodeProcessorTest {
|
||||
private final FrameConverter<BinaryBitmap> converter = new FrameToBitmapConverter();
|
||||
private final QrCodeProcessor processor = new QrCodeProcessor(converter);
|
||||
|
|
Loading…
Add table
Reference in a new issue