We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b770801 commit abddcc1Copy full SHA for abddcc1
tests_and_examples/run_query_tests.py
@@ -387,12 +387,12 @@ def indexof(x, result):
387
def main():
388
# SlicingDice queries to be tested. Must match the JSON file name.
389
query_types = [
390
- 'count_entity',
391
- 'count_event',
392
- 'top_values',
393
- 'aggregation',
394
- 'score',
395
- 'result',
+ # 'count_entity',
+ # 'count_event',
+ # 'top_values',
+ # 'aggregation',
+ # 'score',
+ # 'result',
396
'sql'
397
]
398
0 commit comments