Skip to content

Commit f144d4d

Browse files
authored
Remove workaround for BlockAll filter on emulator. (#961)
The emulator supports the BlockAll filter correctly, no need to workaround it. This is part of the fixes for #151.
1 parent f37fa20 commit f144d4d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

google/cloud/bigtable/tests/filters_integration_test.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ TEST_F(FilterIntegrationTest, PassAll) {
107107
}
108108

109109
TEST_F(FilterIntegrationTest, BlockAll) {
110-
// TODO(#151) - remove workarounds for emulator bug(s).
111-
if (UsingCloudBigtableEmulator()) {
112-
return;
113-
}
114-
115110
std::string const table_id = RandomTableId();
116111
auto table = CreateTable(table_id, table_config);
117112
std::string const row_key = "block-all-row-key";

0 commit comments

Comments
 (0)