Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メンテナンスのために決定的でないとマークされたテスト ケースがいくつかあります。問題は、決定的でないテスト ケースをエラーと見なしている Hudson ビルドにあります。
ビルド xml で failonerror = "true" を有効にしました。Hudson ではなく、MsTest がエラー ステータスを決定していると思います。
不確定なテストをエラーとして無視するコマンドライン引数はありますか。
ありがとう。