Skip to content

Commit afe9cdb

Browse files
[NPU] Disable func tests ZeroGraphTest.SetAlignedBlob (#35164)
### Details: - *Skip memory standard allocation tests for Windows NPU3720 due to OS issue which occurs for recent NPU Windows drivers.* - *PR needs to be merged before NPU driver update to UD12.* ### Tickets: - *E#206393* ### AI Assistance: - *AI assistance used: no / yes* - *If yes, summarize how AI was used and what human validation was performed (build/tests/manual checks).* Signed-off-by: Stefania Hergane <stefania-persida.hergane@intel.com>
1 parent f399804 commit afe9cdb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/plugins/intel_npu/tests/functional/shared_tests_instances/npu_skip_func_tests.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,4 +879,16 @@ Example:
879879
</filters>
880880
</skip_config>
881881

882+
<!-- E#206393 -->
883+
<skip_config>
884+
<message>Skip memory standard allocation tests for Win NPU3720 due to OS issue, E#206393.</message>
885+
<enable_rules>
886+
<operating_system>windows</operating_system>
887+
<device>3720</device>
888+
</enable_rules>
889+
<filters>
890+
<filter>.*ZeroGraphTest.SetAlignedBlob.*zeGraphNpuExtVersion=(1.13|1.14|1.15|1.16).*</filter>
891+
</filters>
892+
</skip_config>
893+
882894
</skip_configs>

0 commit comments

Comments
 (0)