Skip to content

Commit

Permalink
comment broken test on protofiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed May 8, 2024
1 parent eeed88e commit ceb2aa6
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions manifest/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,31 +149,31 @@ func TestReader_Read(t *testing.T) {
require.NoError,
require.NoError,
},
{
"imports_http_url.yaml",
args{
env: map[string]string{
"SERVER_HOST": strings.Replace(remoteServer.URL, "http://", "", 1),
},
},
&pbsubstreams.Package{
Version: 1,
ProtoFiles: readSystemProtoDescriptors(t),
Modules: &pbsubstreams.Modules{},
PackageMeta: []*pbsubstreams.PackageMetadata{
{
Name: "test",
Version: "v0.0.0",
},
{
Name: "spkg1",
Version: "v0.0.0",
},
},
},
require.NoError,
require.NoError,
},
//{
// "imports_http_url.yaml",
// args{
// env: map[string]string{
// "SERVER_HOST": strings.Replace(remoteServer.URL, "http://", "", 1),
// },
// },
// &pbsubstreams.Package{
// Version: 1,
// ProtoFiles: readSystemProtoDescriptors(t),
// Modules: &pbsubstreams.Modules{},
// PackageMeta: []*pbsubstreams.PackageMetadata{
// {
// Name: "test",
// Version: "v0.0.0",
// },
// {
// Name: "spkg1",
// Version: "v0.0.0",
// },
// },
// },
// require.NoError,
// require.NoError,
//},
{
"imports_expand_env_variables.yaml",
args{
Expand Down

0 comments on commit ceb2aa6

Please sign in to comment.