We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48531aa commit ae32547Copy full SHA for ae32547
testSuite/scripts/run.py
@@ -17,7 +17,6 @@
17
from test_autodetect_blob_type import *
18
from test_file_sync import *
19
from test_file_copy import *
20
-from test_clfsload import *
21
from test_google_cloud_storage_copy import *
22
import glob, os
23
import configparser
@@ -212,8 +211,7 @@ def main():
212
211
print("Smoke tests starting...")
213
init()
214
215
- test_class_to_run = [LoadUserScenario,
216
- BlobPipingTests,
+ test_class_to_run = [BlobPipingTests,
217
File_Service_2_Service_Copy_User_Scenario,
218
Blob_Sync_User_Scenario,
219
File_Sync_User_Scenario,
0 commit comments