Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Disable RedBlackBinarySearchTreeTest before 8th homework release
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtev committed Nov 13, 2022
1 parent c73aebf commit 34c6b16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package company.vk.polis.ads.bst;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand All @@ -10,6 +11,7 @@
/**
* Basic binary search tree invariants.
*/
@Disabled("Disabled since 8th homework released")
class RedBlackBinarySearchTreeTest {

BinarySearchTree<String, String> newRedBlackBst() {
Expand Down

0 comments on commit 34c6b16

Please sign in to comment.