mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Moved the feature_tests folder into the regression folder.
This commit is contained in:
@@ -1427,8 +1427,8 @@ def get_parallel_sequential_module_list(module_list):
|
||||
# list of files consisting tests that needs to be
|
||||
# executed sequentially
|
||||
sequential_tests_file = [
|
||||
'pgadmin.feature_tests.pg_utilities_backup_restore_test',
|
||||
'pgadmin.feature_tests.pg_utilities_maintenance_test']
|
||||
'regression.feature_tests.pg_utilities_backup_restore_test',
|
||||
'regression.feature_tests.pg_utilities_maintenance_test']
|
||||
|
||||
# list of tests can be executed in parallel
|
||||
parallel_tests = list(module_list)
|
||||
|
||||
Reference in New Issue
Block a user