Skip to content

Commit

Permalink
[IE-MDK] Remove redundant skip rule (openvinotoolkit#25885)
Browse files Browse the repository at this point in the history
### Details:
- Removing redundant skip rule as test name was already changed

### Tickets:
 - EISW-116762
  • Loading branch information
sbutnari authored Aug 7, 2024
1 parent e8e471a commit 765f5fe
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -896,11 +896,6 @@ std::vector<std::string> disabledTestPatterns() {
".*OVClassQueryModelTest.QueryModelWithInvalidDeviceIDThrows.*"
});

// [Tracking number: E#116762]
_skipRegistry.addPatterns("softMaxDynamicTest4D_NPU3720 tests do not work with COMPILER_TYPE=DRIVER", {
".*SoftMaxLayerTestNPU.CompareWithRef.*"
});

// [Tracking number: E#109040]
_skipRegistry.addPatterns("CheckWrongGraphExtAndThrow tests do not work with COMPILER_TYPE=DRIVER", {
".*DriverCompilerAdapterExpectedThrowNPU.CheckWrongGraphExtAndThrow.*"
Expand Down

0 comments on commit 765f5fe

Please sign in to comment.