Skip to content

Commit

Permalink
[tests] Exclude fed-gen from test dir indexing.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jun 13, 2022
1 parent f8e9096 commit e120a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.lflang.tests/src/org/lflang/tests/TestRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Set<LFTest> getTests(Target t, TestCategory c) {
* test file that has a directory in its path that matches an entry in this
* array will not be discovered.
*/
public static final String[] IGNORED_DIRECTORIES = {"failing", "knownfailed", "failed"};
public static final String[] IGNORED_DIRECTORIES = {"failing", "knownfailed", "failed", "fed-gen"};

/**
* Path to the root of the repository.
Expand Down

0 comments on commit e120a66

Please sign in to comment.