Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 6448792

Browse files
committed
remove test
1 parent 8a79658 commit 6448792

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/APIM_ARMTemplate/apimtemplate.test/CmdLine/CreateTests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,5 @@ public void ShouldFailWithInvalidLinking()
110110
var ex = Assert.ThrowsAny<CommandParsingException>(() => createCommand.Execute(args));
111111
Assert.Contains("LinkTemplatesBaseUrl is required for linked templates", ex.Message);
112112
}
113-
114-
[Fact]
115-
public void ShouldNotFailWithValidConfig()
116-
{
117-
var createCommand = new CreateCommand();
118-
string[] args = new string[] { "--configFile", String.Concat(this.configExamplesFolder, "valid.yml") };
119-
createCommand.Execute(args);
120-
}
121113
}
122114
}

0 commit comments

Comments
 (0)