Skip to content

Commit

Permalink
[Java] Disable test broken test (openvinotoolkit#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored May 12, 2021
1 parent fdd94f3 commit 9d9cb12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/java_api/tests/InferRequestTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.intel.openvino.*;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.util.ArrayList;
Expand All @@ -24,6 +25,7 @@ public void setUp() {
completionCallback = false;
}

@Ignore
@Test
public void testGetPerformanceCounts() {
inferRequest.Infer();
Expand Down

0 comments on commit 9d9cb12

Please sign in to comment.