Skip to content

Commit f8e874f

Browse files
sngyhantensorflower-gardener
authored andcommitted
disable test temporarily
PiperOrigin-RevId: 475198605
1 parent 5a18f53 commit f8e874f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tensorflow_model_optimization/python/core/common/keras/compression/algorithms/weight_clustering_test.py

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import os
1818
import tempfile
19+
import unittest
1920

2021
import tensorflow as tf
2122

@@ -87,6 +88,8 @@ def _get_directory_size_in_bytes(directory):
8788

8889
class FunctionalTest(tf.test.TestCase):
8990

91+
# TODO(b/246652360): Re-Enable the test once it is fixed.
92+
@unittest.skip('Test needs to be fixed')
9093
def testWeightClustering_TrainingE2E(self):
9194
number_of_clusters = 8
9295
model = _build_model()

0 commit comments

Comments
 (0)