We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb54cd4 commit 298a7f6Copy full SHA for 298a7f6
SoftwareTests/SmokeTests.m
@@ -38,6 +38,8 @@ function SetUpSmokeTest(testCase,Project)
38
function SmokeRun(testCase,Scripts)
39
Filename = string(Scripts);
40
switch (Filename)
41
+ case "CreateCurrentWeatherApp.mlx"
42
+ disp("Skipping " + Filename)
43
case "CheckingTheWeather.mlx"
44
txt = readlines("Response.json");
45
pycode = ["import checkcurrentweather"
0 commit comments