Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,6 @@ tests:
- class: org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraintDeciderIT
method: testCanRemainNotPreferredIsIgnoredWhenAllOtherNodesReturnNotPreferred
issue: https://github.com/elastic/elasticsearch/issues/137162
- class: org.elasticsearch.xpack.esql.plan.logical.CommandLicenseTests
method: testLicenseCheck
issue: https://github.com/elastic/elasticsearch/issues/137168

# Examples:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import java.util.List;
import java.util.function.Supplier;

public class StddevOverTimeTests extends AbstractFunctionTestCase {
public StddevOverTimeTests(Supplier<TestCaseSupplier.TestCase> testCaseSupplier) {
public class StdDevOverTimeTests extends AbstractFunctionTestCase {
public StdDevOverTimeTests(Supplier<TestCaseSupplier.TestCase> testCaseSupplier) {
testCase = testCaseSupplier.get();
}

Expand Down