Skip to content

Commit

Permalink
Revert "(disable PlotDNN test case on windows)"
Browse files Browse the repository at this point in the history
This reverts commit 98ba35e.

Fixed the machine that couldn't execute this test.
  • Loading branch information
mahilleb-msft committed Apr 21, 2016
1 parent 97308ec commit f07b6b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tests/EndToEndTests/Speech/DNN/PlotDNN/testcases.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
dataDir: ../../Data
tags:
# running on every BVT job in 'S' (Speech) leg in Debug-GPU and Release-CPU configurations:
# disable the test case on windows due to possible missing tools (such as diff)
- bvt-s (build_sku == 'gpu') and ((flavor=='debug') ^ (device=='cpu')) and (os=='linux')
- bvt-s (build_sku == 'gpu') and ((flavor=='debug') ^ (device=='cpu'))
# running unconditionally on every Nightly job in 'S' leg
- nightly-s (build_sku == 'gpu') and (os=='linux')
- nightly-s (build_sku == 'gpu')

testCases:
CNTK Run must be completed:
Expand Down

0 comments on commit f07b6b5

Please sign in to comment.