Skip to content

Commit c7fa8f8

Browse files
authored
Disable test (#531)
1 parent ba35e79 commit c7fa8f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/DirectXTK-GitHub-WSL-13.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ jobs:
155155
script: ./out/bin/simplemathtest
156156
workingDirectory: Tests/SimpleMathTest
157157
- task: CmdLine@2
158+
# This is disabled due to a failure in Vector3 reflect and Viewport unproject in release mode.
158159
displayName: Run tests rel
160+
enabled: false
159161
inputs:
160162
script: ./out2/bin/simplemathtest
161163
workingDirectory: Tests/SimpleMathTest

0 commit comments

Comments
 (0)