Skip to content

Commit

Permalink
Add missing test requirements to opencv test (deepjavalibrary#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddvenk authored and KexinFeng committed Nov 1, 2022
1 parent 54269b3 commit 1622f42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ public void testBoundingBoxes() {

@Test
public void testDrawImage() throws IOException {
TestRequirements.notWindows(); // failed on Windows ServerCore container
TestRequirements.notArm();
ImageFactory factory = ImageFactory.getInstance();
int[] pixels = new int[64];
int index = 0;
Expand Down

0 comments on commit 1622f42

Please sign in to comment.