Commit 92e8ca3 1 parent eb6066e commit 92e8ca3 Copy full SHA for 92e8ca3
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
import copy
2
2
import json
3
- from unittest import mock
3
+ from unittest import mock , skip
4
4
5
5
from airone .lib .test import AironeViewTest
6
6
from airone .lib .types import AttrType
@@ -1326,6 +1326,10 @@ def test_search_backward_chain_exceeding_search_limit(self):
1326
1326
),
1327
1327
)
1328
1328
1329
+ @skip ("""
1330
+ A situation that raises ElasticsearchException because of exceeding search count because of
1331
+ installing workaround limitation cap won't be happened.
1332
+ """ )
1329
1333
def test_search_chain_when_result_exceeds_acceptable_count (self ):
1330
1334
# Change configuration to test processing for acceptable result from elasticsearch
1331
1335
ENTRY_CONFIG .conf ["SEARCH_CHAIN_ACCEPTABLE_RESULT_COUNT" ] = 2
You can’t perform that action at this time.
0 commit comments