Made the TestProgressAssignment test explicit because it cannot run in headless mode
git-svn-id: file:///srv/devel/repo-conversion/nuwi@37 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
76758fe357
commit
ac9431bb4b
|
@ -37,7 +37,7 @@ namespace Nuclex.Windows.Forms {
|
|||
/// <summary>
|
||||
/// Verifies that asynchronous progress assignment is working
|
||||
/// </summary>
|
||||
[Test]
|
||||
[Test, Explicit]
|
||||
public void TestProgressAssignment() {
|
||||
using(AsyncProgressBar progressBar = new AsyncProgressBar()) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user