Skip to content

Commit

Permalink
Only support the new framework for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Nov 13, 2023
1 parent 9509c19 commit e0261a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ protected Map<NodeFeature, Version> getHistoricalFeatures() {
Map<NodeFeature, Version> historicalFeaturesMap = new HashMap<>();
String metadataPath = System.getProperty("tests.features.metadata.path");
if (metadataPath == null) {
throw new IllegalStateException("System property 'tests.features.metadata.path' is undefined.");
throw new UnsupportedOperationException("Historical features information is unavailable when using legacy test plugins.");
}

String[] metadataFiles = metadataPath.split(File.pathSeparator);
Expand Down

0 comments on commit e0261a7

Please sign in to comment.