Skip to content

Commit 2de302c

Browse files
committed
Comment the failed one in the dummy test
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 4c19862 commit 2de302c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/unit/dummy-flaky.tcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ start_server {tags {"dummy"}} {
44
assert_equal [r GET mykey] "myvalue"
55
}
66

7-
test "dummy-flaky - intentional failure" {
8-
r SET mykey myvalue
9-
assert_equal [r GET mykey] "wrongvalue"
10-
}
7+
# test "dummy-flaky - intentional failure" {
8+
# r SET mykey myvalue
9+
# assert_equal [r GET mykey] "wrongvalue"
10+
# }
1111

1212
test "dummy-flaky - another passing test" {
1313
r SET counter 0

0 commit comments

Comments
 (0)