Fix/disable test due to netcoreapp3.0 vs netcoreapp2.0

This commit is contained in:
William Li 2018-09-09 21:56:57 -07:00
parent 97817b0ca2
commit efcae15d0d
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ namespace EndToEnd
"1.1",
"2.0",
"2.1",
"2.2"
"3.0"
}.Select(version => new object[] { version });
}
}