Skip to content

Commit c157d6f

Browse files
committed
Remove half-written test
1 parent f02b46d commit c157d6f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

test/test.xunit.runner.visualstudio/RunSettingsTests.cs

-19
Original file line numberDiff line numberDiff line change
@@ -323,23 +323,4 @@ public void RunSettingsHelperShouldIgnoreEvenIfAdditionalElementsExist()
323323
Assert.Equal("FrameworkCore10", runSettings.TargetFrameworkVersion);
324324
Assert.Equal("foo", runSettings.ReporterSwitch);
325325
}
326-
327-
[Fact]
328-
public void RunConfigurationOptionsOverrideXunitOptions()
329-
{
330-
string settingsXml =
331-
@"<?xml version=""1.0"" encoding=""utf-8""?>
332-
<RunSettings>
333-
<RunConfiguration>
334-
<DisableAppDomain>true</DisableAppDomain>
335-
<DisableParallelization>true</DisableParallelization>
336-
</RunConfiguration>
337-
<xUnit>
338-
<
339-
</xUnit>
340-
</RunSettings>";
341-
342-
var runSettings = RunSettings.Parse(settingsXml);
343-
344-
}
345326
}

0 commit comments

Comments
 (0)