From 1b6f61ce9c786a069bd70d5f586293e085e2d0d2 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Wed, 12 Jun 2024 20:40:57 +0200 Subject: [PATCH] Addded skip tests for platinum --- util/YamlTests.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/YamlTests.php b/util/YamlTests.php index b544cf38e..3cea1ac21 100644 --- a/util/YamlTests.php +++ b/util/YamlTests.php @@ -97,12 +97,14 @@ class YamlTests 'RuntimeFields\_40_DateTest::GetMapping' => 'String mismatch', 'RuntimeFields\_50_IpTest::GetMapping' => 'String mismatch', 'RuntimeFields\_60_BooleanTest::GetMapping' => 'String mismatch', + 'SearchBusinessRules\_10_Pinned_QueryTest::TestPinnedQueryWithDocsAndNoIndexFailInPreviousVersions' => 'No exception thrown', 'SearchableSnapshots\_10_UsageTest::*' => 'Mismatch values', 'SearchableSnapshots\_20_Synthetic_SourceTest::*' => 'no_shard_available_action_exception', 'ServiceAccounts\_10_BasicTest::TestServiceAccountTokens' => 'Count mismatch', 'Snapshot\_10_BasicTest::CreateASourceOnlySnapshotAndThenRestoreIt' => 'Snapshot name already exists', 'Snapshot\_20_Operator_Privileges_DisabledTest::OperatorOnlySettingsCanBeSetAndRestoredByNonoperatorUserWhenOperatorPrivilegesIsDisabled' => 'Count mismatch', 'Spatial\_130_Geo_Shape_RuntimeTest::GetMapping' => 'Escape string issue', + 'Sql\_SqlTest::PagingThroughResults' => 'Mismatch values', 'Ssl\_10_BasicTest::TestGetSSLCertificates' => 'Mismatch values', 'Token\_10_BasicTest::TestInvalidateUsersTokens' => 'Mismatch values', 'Token\_10_BasicTest::TestInvalidateRealmsTokens' => 'Mismatch values',