Skip to content

Commit 298a7f6

Browse files
committed
Remove CreateCurrentWeatherApp.mlx from CI
1 parent cb54cd4 commit 298a7f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: SoftwareTests/SmokeTests.m

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ function SetUpSmokeTest(testCase,Project)
3838
function SmokeRun(testCase,Scripts)
3939
Filename = string(Scripts);
4040
switch (Filename)
41+
case "CreateCurrentWeatherApp.mlx"
42+
disp("Skipping " + Filename)
4143
case "CheckingTheWeather.mlx"
4244
txt = readlines("Response.json");
4345
pycode = ["import checkcurrentweather"

0 commit comments

Comments
 (0)