Skip to content

Commit

Permalink
[PSym] exclude an unsupported unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Jul 27, 2023
1 parent e05acb0 commit 14d92b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private static void createExcludeList() {

// TODO Unsupported: nested type casting in tuple fields with any type
excluded.add("../../../Tst/RegressionTests/Feature4DataTypes/Correct/nonAtomicDataTypes");
excluded.add("../../../Tst/RegressionTests/Feature3Exprs/Correct/cast3");

// TODO Unsupported: null events
excluded.add("../../../Tst/RegressionTests/Integration/Correct/openwsn1");
Expand Down

0 comments on commit 14d92b1

Please sign in to comment.