Skip to content

Commit

Permalink
Re-enables edge sampling tests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 548669345
  • Loading branch information
aferludin authored and tensorflower-gardener committed Jul 17, 2023
1 parent 83795b5 commit a3f56f9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def sampling_results_equal(self, expected, actual) -> bool:
class EdgeSamplersTest(ExecutorTestBase):

def test_sampling(self):
# TODO(b/291057185): Re-enable when beam bug is fixed or worked around.
self.skipTest('Test started failing due to a beam problem with GroupByKey.')
edges = {1: 2, 2: 3}
feats = {
1: text_format.Merge(
Expand Down

0 comments on commit a3f56f9

Please sign in to comment.