github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/dsref/resolve_test.go (about) 1 package dsref 2 3 import ( 4 "testing" 5 ) 6 7 func TestParallelResolver(t *testing.T) { 8 t.Skip("TODO(b5)") 9 } 10 11 func TestSequentialResolver(t *testing.T) { 12 t.Skip("TODO(b5)") 13 }