Friday, June 27, 2025
32.9 C
Singapore

Singapore F1 Organisers Deem Closed-Door Race ‘Not Feasible’ Amid COVID-19 Concerns

Singapore F1 organisers Monday said it was “not feasible” to hold the race behind closed doors, threatening further problems for the coronavirus-ravaged season.

After 10 races were cancelled or postponed, Formula One bosses are aiming to begin the season with two races in Austria in July, both without fans. Races in other countries are also expected to go ahead in closed venues.

But the Singapore Grand Prix, scheduled for September, is a nighttime street race around the city-state’s waterfront, where it would be challenging to keep spectators away.

Organisers said they have been in talks with Formula One, the Singapore government and others involved “to assess different possibilities” for holding the race.

But a spokesperson added that “as the Singapore F1 race is a street circuit, it is not feasible to conduct the race behind closed doors”.

Ferrari’s Sebastian Vettel won last year’s race, which drew 268,000 spectators over three days, a substantial portion of them coming from overseas.

See also  Man who says spice is his "kryptonite" wins Monster Spicy Challenge

Work on the street circuit, which requires “considerable temporary infrastructure”, typically takes three months, organisers said.

“We will continue to keep a close watch on developments. Our utmost priority remains the wellbeing and safety of our fans, staff, volunteers, and all Singaporeans,” the spokesperson said.

Like many other countries, Singapore has ordered the closure of most businesses, advised people to stay at home, and banned large gatherings as it battles a virus outbreak.

The tiny Southeast Asian country has reported more than 28,000 infections, most of them among foreign workers living in crowded dormitories.

Officials say they may start relaxing some of the curbs from early June.

mba/sr/th

© Agence France-Presse

Read also:

Singapore F1 Grand Prix 2023: Time to warm up those engines!

LTA: Road closures for F1 preparation around Marina Centre and Padang areas | The Independent Singapore News 

Singaporean Artists Light Up Formula 1 Grand Prix 2022 with Electrifying Performances

See also  Man in his 40s asks if it’s better to retire in SG or in Malaysia, Taiwan or Thailand

Singapore’s F1 Grand Prix: A Spotlight on Local Talent Amidst Racing Thrills

/AFP

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });