Skip to content

Commit fec998f

Browse files
committed
smaller test so that it runs quickly
1 parent 4ca1b61 commit fec998f

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

pkg/sync/expand/expand_correctness_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ func loadAllGrants(ctx context.Context, c1f *dotc1z.C1File) (map[string]*grantIn
6767
return grants, nil
6868
}
6969

70-
// TestExpandCorrectness runs expansion on an unexpanded c1z and compares against a reference (baton-sdk v0.5.25).
71-
// This test takes ~60 seconds to run. Use: go test -timeout 2m -run TestExpandCorrectness.
7270
func TestExpandCorrectness(t *testing.T) {
7371
if testing.Short() {
7472
t.Skip("skipping slow expansion correctness test in short mode")
@@ -80,7 +78,7 @@ func TestExpandCorrectness(t *testing.T) {
8078
}{
8179
{
8280
name: "Small",
83-
syncID: "36zGvJw3uxU1QMJKU2yPVQ1hBOC",
81+
syncID: "36zfOAoWMxQdISbixanQCRBiX7E",
8482
},
8583
// {
8684
// name: "SmallMedium",
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)