Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipped functional tests meta issue #20777

Open
LeeDr opened this issue Jul 13, 2018 · 1 comment
Open

Skipped functional tests meta issue #20777

LeeDr opened this issue Jul 13, 2018 · 1 comment
Labels
Meta Team:QA Team label for QA Team test

Comments

@LeeDr
Copy link
Contributor

LeeDr commented Jul 13, 2018

Here's a table of currently skipped tests. The first group are individual tests and the second group are describe.skip which skip some number of tests.

test file test issue/PR
dashboard/_dashboard_snapshots.js it.skip('compare TSVB snapshot' #19471
dashboard/_dashboard_state.js it.skip('and updates the pie slice legend color' #15736
dashboard/_dashboard_state.js it.skip('resets the legend color as well' #15736
home/_sample_data.js it.skip('pie charts rendered' #20807
home/_sample_data.js it.skip('area, bar and heatmap charts rendered' #20807
home/_sample_data.js it.skip('saved searches render' #20807
home/_sample_data.js it.skip('input controls render' #20807
home/_sample_data.js it.skip('tag cloud renders' #20807
home/_sample_data.js it.skip('vega chart renders' #20807
management/_import_objects.js it.skip('should allow for overrides' #20409
management/_import_objects.js it.skip('should allow for cancelling overrides' #20409
visualize/_input_control_vis.js it.skip('should clear child control dropdown when parent control value is removed' PR #20782 @liza-mae
visualize/_vega_chart.js it.skip('should have some initial vega spec text' #20131 #18623
visualize/_tsvb_chart.js it.skip('should allow printing raw value of data' PR #20782 @liza-mae
graph/graph.js describe.skip('graph' #18084
monitoring/elasticsearch/index_detail.js it.skip('should have an index summary with NA for deleted index' #20902
context/_filters.js describe.skip('context filters' #16002
dashboard/_dashboard_filtering.js describe.skip('adding a filter that excludes all data' #20777
dashboard/_dashboard_filtering.js describe.skip('disabling a filter unfilters the data on' #20777
visualize/_lab_mode.js describe.skip('visualize lab mode' PR #20782 @liza-mae #20325
visualize/_linked_saved_searches.js describe.skip('visualize app' #20980
monitoring/elasticsearch/shards.js describe.skip('Shard Allocation Per Node' Open Issue #20772

I ran this command to find the skipped tests and put it in markdown format (once for it.skip and once for describe.skip and then cd into x-pack and run for both it and describe again);

grep -rn describe.skip test/functional/apps/* | grep -v "//" | sed 's#test/functional/apps/\(.*\.js\):\([0-9]*\):\(.*\),.*#|[\1](https://github.com/elastic/kibana/blob/master/test/functional/apps/\1\#L\2)|\3 |#'

@liza-mae
Copy link
Contributor

I am currently working on visualize tests as one PR so I will see if I can re-enable any of those. At least three should be as they are not skipped in 6.3.

@thomasneirynck thomasneirynck added the Team:QA Team label for QA Team label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta Team:QA Team label for QA Team test
Projects
None yet
Development

No branches or pull requests

3 participants