Skip to content

Commit

Permalink
STL-716: Disable tests relate to unsupported testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-nguyen-hoang committed Aug 29, 2024
1 parent dc0cf98 commit 6daf189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/lcm/integration/spec/others/data_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@
expect(data).to eq File.open(file_path).read
end

it 'connect to mysql mongobi with BASIC authentication' do
# Disable test for MongoBI
xit 'connect to mysql mongobi with BASIC authentication' do
data_helper = GoodData::Helpers::DataSource.new(mysql_mongobi_basic_params['input_source'])
file_path = data_helper.realize(mysql_mongobi_basic_params)
data = File.open('spec/data/mysql_mongobi_data.csv').read
Expand Down

0 comments on commit 6daf189

Please sign in to comment.