Commit 1a2b3737 authored by Nick Craver's avatar Nick Craver

Turns out MassiveOps.LongRunning is long running. Who knew?

parent dacf8445
......@@ -12,7 +12,7 @@ public class MassiveOps : TestBase
{
public MassiveOps(ITestOutputHelper output) : base(output) { }
[Fact]
[FactLongRunning]
public async Task LongRunning()
{
var key = Me();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment