Skip to content

Commit

Permalink
Remove skipped test case in available nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Jan 23, 2025
1 parent da79e97 commit 4b5c90d
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 142 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ public void test(Path config) throws IOException {
}
}

@Override
protected String[] skipList() {
//TODO: Need a better approach on how we can mock the central data
return new String[]{
"remote_connector.json"
};
}

@Override
protected String getResourceDir() {
return "available_nodes";
Expand Down
Loading

0 comments on commit 4b5c90d

Please sign in to comment.