Skip to content

Commit 5ab5b9a

Browse files
committed
Remove integration test from Rakefile as current code cannot run with latest rules_ios
1 parent 9d049a1 commit 5ab5b9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ namespace :spec do
4040
end
4141

4242
desc 'Run all specs'
43-
task spec: %w[spec:unit spec:integration]
43+
# TODO: add back integration once we can fix its dep on rules_ios
44+
task spec: %w[spec:unit]
4445

4546
RuboCop::RakeTask.new(:rubocop)
4647

0 commit comments

Comments
 (0)