Skip to content

Commit

Permalink
skip file asim_fillNull
Browse files Browse the repository at this point in the history
  • Loading branch information
v-amolpatil committed Nov 11, 2024
1 parent 61efa1e commit b2f0bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .script/tests/KqlvalidationsTests/KqlValidationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public void Validate_CommonFunctions_HaveValidKql(string fileName, string encode
[ClassData(typeof(SolutionParsersYamlFilesTestData))]
public void Validate_SolutionParsersFunctions_HaveValidKql(string fileName, string encodedFilePath)
{
if (fileName == "NoFile.yaml")
if (fileName == "NoFile.yaml" || fileName == "ASIM_FillNull.yaml")
{
Assert.True(true);
return;
Expand Down

0 comments on commit b2f0bbb

Please sign in to comment.