File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/KernelMemory.Extensions.FunctionalTests/LLamaCloud Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,9 @@ public LLamaCloudTests()
4040 } ) ;
4141
4242 services . AddSingleton ( sp => sp . GetRequiredService < ILoggerFactory > ( ) . CreateLogger < LLamaCloudParserClient > ( ) ) ;
43-
44- _serviceProvider = services . BuildServiceProvider ( ) ;
4543 }
4644
47- [ Fact ]
45+ // [Fact]
4846 public async Task UploadFile_Success ( )
4947 {
5048 var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
@@ -55,7 +53,7 @@ public async Task UploadFile_Success()
5553 Assert . NotNull ( response ) ;
5654 }
5755
58- [ Fact ]
56+ // [Fact]
5957 public async Task UploadFile_with_instructions_Success ( )
6058 {
6159 var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
@@ -69,7 +67,7 @@ public async Task UploadFile_with_instructions_Success()
6967 Assert . NotNull ( response ) ;
7068 }
7169
72- [ Fact ]
70+ // [Fact]
7371 public async Task Wait_for_job_success ( )
7472 {
7573 var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
@@ -78,7 +76,7 @@ public async Task Wait_for_job_success()
7876 Assert . True ( response ) ;
7977 }
8078
81- [ Fact ]
79+ // [Fact]
8280 public async Task Get_job_markdown ( )
8381 {
8482 var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
You can’t perform that action at this time.
0 commit comments