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()
40
40
} ) ;
41
41
42
42
services . AddSingleton ( sp => sp . GetRequiredService < ILoggerFactory > ( ) . CreateLogger < LLamaCloudParserClient > ( ) ) ;
43
-
44
- _serviceProvider = services . BuildServiceProvider ( ) ;
45
43
}
46
44
47
- [ Fact ]
45
+ // [Fact]
48
46
public async Task UploadFile_Success ( )
49
47
{
50
48
var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
@@ -55,7 +53,7 @@ public async Task UploadFile_Success()
55
53
Assert . NotNull ( response ) ;
56
54
}
57
55
58
- [ Fact ]
56
+ // [Fact]
59
57
public async Task UploadFile_with_instructions_Success ( )
60
58
{
61
59
var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
@@ -69,7 +67,7 @@ public async Task UploadFile_with_instructions_Success()
69
67
Assert . NotNull ( response ) ;
70
68
}
71
69
72
- [ Fact ]
70
+ // [Fact]
73
71
public async Task Wait_for_job_success ( )
74
72
{
75
73
var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
@@ -78,7 +76,7 @@ public async Task Wait_for_job_success()
78
76
Assert . True ( response ) ;
79
77
}
80
78
81
- [ Fact ]
79
+ // [Fact]
82
80
public async Task Get_job_markdown ( )
83
81
{
84
82
var client = _serviceProvider . GetRequiredService < LLamaCloudParserClient > ( ) ;
You can’t perform that action at this time.
0 commit comments