Skip to content

Commit

Permalink
Fixing the locale changes from locale.default to locale.ROOT to fix t…
Browse files Browse the repository at this point in the history
…he tests failing on windows. (opensearch-project#43)

Signed-off-by: Navneet Verma <[email protected]>
  • Loading branch information
navneet1v authored Oct 29, 2022
1 parent e6d1b54 commit 9c2739c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

public abstract class BaseNeuralSearchIT extends OpenSearchRestTestCase {

private static final Locale LOCALE = Locale.getDefault();
private static final Locale LOCALE = Locale.ROOT;

private static final int MAX_TASK_RESULT_QUERY_TIME_IN_SECOND = 60 * 5;

Expand Down

0 comments on commit 9c2739c

Please sign in to comment.