Skip to content

Commit

Permalink
Exclude test from rest-ci due to sc-48099
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatia committed May 24, 2024
1 parent 206432c commit fe5e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/unit-capi-group.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ TEST_CASE_METHOD(
remove_temp_dir(temp_dir);
}

TEST_CASE_METHOD(GroupFx, "C API: Group, dump", "[capi][group][dump][rest]") {
TEST_CASE_METHOD(GroupFx, "C API: Group, dump", "[capi][group][dump]") {
// Create and open group in write mode
std::string temp_dir = fs_vec_[0]->temp_dir();
create_temp_dir(temp_dir);
Expand Down

0 comments on commit fe5e2fe

Please sign in to comment.