Skip to content

Commit ae32547

Browse files
Disable CLFS test (#1699)
1 parent 48531aa commit ae32547

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testSuite/scripts/run.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from test_autodetect_blob_type import *
1818
from test_file_sync import *
1919
from test_file_copy import *
20-
from test_clfsload import *
2120
from test_google_cloud_storage_copy import *
2221
import glob, os
2322
import configparser
@@ -212,8 +211,7 @@ def main():
212211
print("Smoke tests starting...")
213212
init()
214213

215-
test_class_to_run = [LoadUserScenario,
216-
BlobPipingTests,
214+
test_class_to_run = [BlobPipingTests,
217215
File_Service_2_Service_Copy_User_Scenario,
218216
Blob_Sync_User_Scenario,
219217
File_Sync_User_Scenario,

0 commit comments

Comments
 (0)