Skip to content

Commit

Permalink
skip test_giant_external_repository_streaming_grpc (#7049)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangenfeld committed Mar 14, 2022
1 parent 07c3887 commit d9b79ec
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import sys
from contextlib import contextmanager

import pytest

from dagster import lambda_solid, pipeline, repository
from dagster.api.snapshot_repository import sync_get_streaming_external_repositories_data_grpc
from dagster.core.host_representation import (
Expand Down Expand Up @@ -61,6 +63,7 @@ def get_giant_repo_grpc_repository_location():
yield location


@pytest.mark.skip("https://github.com/dagster-io/dagster/issues/6940")
def test_giant_external_repository_streaming_grpc():
with get_giant_repo_grpc_repository_location() as repository_location:
# Using streaming allows the giant repo to load
Expand Down

0 comments on commit d9b79ec

Please sign in to comment.