File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel
4848" %PYTHON% " -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::test_norm
4949if %errorlevel% neq 0 exit 1
5050
51+ echo " Test only dpnp.tests.test_usm_type::TestFft::test_fftfreq"
52+
53+ REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.11/job/test-stable/120/
54+ " %PYTHON% " -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::TestFft::test_fftfreq
55+ if %errorlevel% neq 0 exit 1
56+
5157echo " Test only dpnp.tests.test_usm_type::TestFft"
5258
5359REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.11/job/test/1713/
You can’t perform that action at this time.
0 commit comments