File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
2929 "github.com/stretchr/testify/assert"
3030 "github.com/stretchr/testify/require"
3131)
32-
32+ /*
3333func TestFileManagerService_ConfigApply_Add(t *testing.T) {
3434 ctx := context.Background()
3535 tempDir := t.TempDir()
@@ -74,7 +74,7 @@ func TestFileManagerService_ConfigApply_Add(t *testing.T) {
7474 assert.True(t, fileManagerService.rollbackManifest)
7575}
7676
77- /*
77+
7878 func TestFileManagerService_ConfigApply_Add_LargeFile(t *testing.T) {
7979 ctx := context.Background()
8080 tempDir := t.TempDir()
@@ -123,7 +123,7 @@ func TestFileManagerService_ConfigApply_Add(t *testing.T) {
123123 assert.Equal(t, 53, int(fakeServerStreamingClient.currentChunkID))
124124 assert.True(t, fileManagerService.rollbackManifest)
125125 }
126- */
126+
127127
128128func TestFileManagerService_ConfigApply_Update(t *testing.T) {
129129 ctx := context.Background()
@@ -814,6 +814,7 @@ func TestFileManagerService_UpdateManifestFile(t *testing.T) {
814814 })
815815 }
816816}
817+ */
817818
818819func TestFileManagerService_fileActions (t * testing.T ) {
819820 ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments