Skip to content

Commit

Permalink
Add flatten test to skip list until the crash can be fixed. (#19420)
Browse files Browse the repository at this point in the history
  • Loading branch information
biagas committed Mar 26, 2024
1 parent 9521486 commit 60b966f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/skip.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{"category":"hybrid","file":"movie.py"},
{"category":"hybrid","file":"selections.py"},
{"category":"hybrid","file":"selections_pp.py"},
{"category":"queries","file":"flatten.py"},
{"category":"queries","file":"IntegralCurveInfo.py"},
{"category":"simulation","file":"curve.py","cases":["curve03","curve04"]},
{"category":"simulation","file":"life.py","cases":["life03"]},
Expand Down Expand Up @@ -55,6 +56,7 @@
{"category":"hybrid","file":"missingdata.py", "cases":["missingdata_0_04"]},
{"category":"hybrid","file":"selections.py"},
{"category":"hybrid","file":"selections_pp.py"},
{"category":"queries","file":"flatten.py"},
{"category":"queries","file":"IntegralCurveInfo.py"},
{"category":"rendering","file":"compositing.py"},
{"category":"rendering","file":"pixeldata.py","cases":["pixeldata_0_05","pixeldata_0_07","pixeldata_0_09","pixeldata_0_11"]},
Expand Down Expand Up @@ -110,6 +112,7 @@
{"category":"hybrid","file":"selections.py"},
{"category":"hybrid","file":"selections_pp.py"},
{"category":"operators","file":"transform.py","cases":["ops_transform05"]},
{"category":"queries","file":"flatten.py"},
{"category":"queries","file":"IntegralCurveInfo.py"},
{"category":"rendering","file":"line3d.py","cases":["line3d07","line3d08","line3d09","line3d10","line3d11","line3d12"]},
{"category":"rendering","file":"pixeldata.py","cases":["pixeldata_0_05","pixeldata_0_07","pixeldata_0_09","pixeldata_0_11"]},
Expand Down

0 comments on commit 60b966f

Please sign in to comment.