mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
commenting out the test (#5224)
This commit is contained in:
@@ -40,7 +40,7 @@ namespace ImageResizer.Models
|
||||
Assert.Equal("OutputDir", result.DestinationDirectory);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
/*[Fact]
|
||||
public void Process_executes_in_parallel()
|
||||
{
|
||||
var batch = CreateBatch(_ => Thread.Sleep(50));
|
||||
@@ -53,7 +53,7 @@ namespace ImageResizer.Models
|
||||
stopwatch.Stop();
|
||||
|
||||
Assert.InRange(stopwatch.ElapsedMilliseconds, 50, 99);
|
||||
}
|
||||
}*/
|
||||
|
||||
[Fact]
|
||||
public void Process_aggregates_errors()
|
||||
|
||||
Reference in New Issue
Block a user