Skip to content

Commit

Permalink
Remove CreateCurrentWeatherApp.mlx from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eszmw committed Mar 22, 2024
1 parent cb54cd4 commit 298a7f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SoftwareTests/SmokeTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ function SetUpSmokeTest(testCase,Project)
function SmokeRun(testCase,Scripts)
Filename = string(Scripts);
switch (Filename)
case "CreateCurrentWeatherApp.mlx"
disp("Skipping " + Filename)
case "CheckingTheWeather.mlx"
txt = readlines("Response.json");
pycode = ["import checkcurrentweather"
Expand Down

0 comments on commit 298a7f6

Please sign in to comment.