Commit 98dc7df2 authored by Nick Craver's avatar Nick Craver

Tests epiphany: most tests don't need anything but master

This is both load and noise (and causes output truncation). This makes life a lot better for free.
parent 2738571b
...@@ -18,7 +18,7 @@ public abstract class TestBase : IDisposable ...@@ -18,7 +18,7 @@ public abstract class TestBase : IDisposable
private ITestOutputHelper Output { get; } private ITestOutputHelper Output { get; }
protected TextWriterOutputHelper Writer { get; } protected TextWriterOutputHelper Writer { get; }
protected static bool RunningInCI { get; } = Environment.GetEnvironmentVariable("APPVEYOR") != null; protected static bool RunningInCI { get; } = Environment.GetEnvironmentVariable("APPVEYOR") != null;
protected virtual string GetConfiguration() => TestConfig.Current.MasterServerAndPort + "," + TestConfig.Current.SlaveServerAndPort; protected virtual string GetConfiguration() => TestConfig.Current.MasterServerAndPort;
protected TestBase(ITestOutputHelper output) protected TestBase(ITestOutputHelper output)
{ {
......
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