Skip to content

Commit

Permalink
Disable analytics-only IT test because it is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorsoma committed Oct 18, 2024
1 parent 2db643d commit 60fdcd9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ class ScriptCriteria {
new ScriptCriteria("seedshop-extended.sqrl", "test"), // CustomerPromotionTest issue
new ScriptCriteria("seedshop-extended.sqrl", "run"), // CustomerPromotionTest issue
new ScriptCriteria("patient-sensor.sqrl", "test"), //missing data
new ScriptCriteria("patient-sensor.sqrl", "run") //missing data
new ScriptCriteria("patient-sensor.sqrl", "run"), //missing data
new ScriptCriteria("analytics-only.sqrl", "test"), //flaky, fails in build server (snapshot mismatch)
new ScriptCriteria("analytics-only.sqrl", "run") //flaky, fails in build server (snapshot mismatch)
);

static final Path PROJECT_ROOT = Paths.get(System.getProperty("user.dir"));
Expand Down

0 comments on commit 60fdcd9

Please sign in to comment.