Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli committed Nov 18, 2023
1 parent 78e17e1 commit dafc9a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keras_cv/layers/preprocessing/repeated_augmentation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import pytest
import tensorflow as tf

import keras_cv.layers as cv_layers
from keras_cv.backend import keras_3
from keras_cv.tests.test_case import TestCase


class RepeatedAugmentationTest(TestCase):
@pytest.mark.skipif(keras_3(), reason="Disabled for Keras 3")
def test_output_shapes(self):
repeated_augment = cv_layers.RepeatedAugmentation(
augmenters=[
Expand Down

0 comments on commit dafc9a7

Please sign in to comment.