File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
test/test.xunit.runner.visualstudio Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -323,23 +323,4 @@ public void RunSettingsHelperShouldIgnoreEvenIfAdditionalElementsExist()
323
323
Assert . Equal ( "FrameworkCore10" , runSettings . TargetFrameworkVersion ) ;
324
324
Assert . Equal ( "foo" , runSettings . ReporterSwitch ) ;
325
325
}
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
- }
345
326
}
You can’t perform that action at this time.
0 commit comments