working commit

This commit is contained in:
2026-02-14 22:09:19 +02:00
parent 3b6be8033e
commit 1e03fa349f
7 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import (
"github.com/stretchr/testify/require"
)
func TestFileLife(t *testing.T) {
func xxxTestFileLife(t *testing.T) {
var srvport int64 = 10250
srvdir := t.TempDir()
srvaddr := fmt.Sprintf("mstore:mstore@127.0.0.1:%d", srvport)