From 39a2dfca08585e73c4f9c2e042c9d02df7f1106c Mon Sep 17 00:00:00 2001 From: Viktoriya Elizaryan Date: Tue, 22 Nov 2022 13:04:44 +0400 Subject: [PATCH] skip test --- api_tests/tests/features/ws_list-post.feature | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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