Stop calling Webpacker in full-stack tests (#30763)
This commit is contained in:
@@ -80,9 +80,6 @@ end
|
||||
RSpec.configure do |config|
|
||||
config.before :suite do
|
||||
if streaming_examples_present?
|
||||
# Compile assets
|
||||
Webpacker.compile
|
||||
|
||||
# Start the node streaming server
|
||||
streaming_server_manager.start(port: STREAMING_PORT)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user