Skip to content

Commit

Permalink
Deactivate QrCodeProcessorTest until UnsatisfiedLinkError on MacOS is…
Browse files Browse the repository at this point in the history
… resolved

Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed Jun 28, 2024
1 parent 5af4d9b commit 87ea800
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

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;
Expand All @@ -32,6 +33,9 @@
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);
Expand Down

0 comments on commit 87ea800

Please sign in to comment.