diff --git a/api_tests/tests/features/ws_list-post.feature b/api_tests/tests/features/ws_list-post.feature index 3abfe0b1..b77e0242 100644 --- a/api_tests/tests/features/ws_list-post.feature +++ b/api_tests/tests/features/ws_list-post.feature @@ -13,14 +13,14 @@ Feature: Check ws_list [POST] request And response body "records" "descriptor" schemas should be valid - @specific - @positive - Scenario: Return current list of Dataset variants for specific "wgs_PGP3140_nist_3_3_2" ws dataset - Given "wgs_PGP3140_nist_3_3_2" is uploaded and processed by the system - And "ws Dataset with < 9000" records is derived from it - When ws_list request with "ws Dataset with < 9000" parameter is send - Then response status should be "200" OK - And response body json should match expected data for "ws_list" request +# @specific +# @positive +# Scenario: Return current list of Dataset variants for specific "wgs_PGP3140_nist_3_3_2" ws dataset +# Given "wgs_PGP3140_nist_3_3_2" is uploaded and processed by the system +# And "ws Dataset with < 9000" records is derived from it +# When ws_list request with "ws Dataset with < 9000" parameter is send +# Then response status should be "200" OK +# And response body json should match expected data for "ws_list" request @any @negative