Thursday, 10 September 2026
The Global Post Emblem
The GlobalPost
Advertisement
Front Page/Sports/Grim predictability blights Pakistan’s brief moments of light amid Test ...
Sportsvia The Guardian Sport
9 September 2026 at 18:379 min read

Grim predictability blights Pakistan’s brief moments of light amid Test ...

Grim predictability blights Pakistan’s brief momen | Analysis

Grim predictability blights Pakistan’s brief moments of light amid Test ...

High-resolution curated imagery via The Guardian Sport wire syndication.

Executive Takeaways • Key Intelligence
  • Strategic intelligence desk confirms key developments surrounding Razaullah offered the tourists a glimpse of audacity but it ...
  • International stakeholders analyze: The Test was only 45 minutes old but you could already see which direction it wa
  • Multilateral policy, financial liquidity, and regulatory frameworks face direct realignments.
Advertisement

In an authoritative intelligence dispatch verified through The Guardian Sport, significant international developments have emerged regarding Grim predictability blights Pakistan’s brief moments of light amid Test gloom | Andy Bull. Observers across key diplomatic, corporate, and policy corridors are actively parsing the immediate impact, as corroborated by verified wire filings. Razaullah offered the tourists a glimpse of audacity but it was Babar Azam who embodied the wider loss of hope It was still morning when Babar Azam came in to bat at Edgbaston. The Test was only 45 minutes old but you could already see which direction it was heading. Pakistan were three wickets down. The floodlights were on, a thick smear of black cloud was moving slowly over the ground, there were odd spots of rain in the air. Ollie Robinson was bowling from one end, with the keeper standing up and five slips spread in a line just behind, and Jofra Archer was on at the other, four overs into his spell and only just warming up. It was a hell of a time to be batting. But then it always seems to be, lately. Continue reading... Razaullah offered the tourists a glimpse of audacity but it was Babar Azam who embodied the wider loss of hope Close dialogue1/2Next imagePrevious imageToggle captionPrint subscriptionsSearch jobs Sign indocument.addEventListener('DOMContentLoaded', function () { /** The checkbox input element used to toggle the navigation menu. */ const navInputCheckbox = document.getElementById('header-nav-input-checkbox'); /** The veggie burger button element used to open/close the menu. */ const veggieBurger = document.getElementById('header-veggie-burger'); /** List of menu items that should be selectable when the menu is open. */ const expandedMenuClickableTags = document.querySelectorAll( '.selectableMenuItem', ); /** The root element of the expanded menu. */ const expandedMenu = document.getElementById('header-expanded-menu-root'); /** The label for the first column in the menu, assumed to be "News".*/ const firstColLabel = document.getElementById('News-button'); /** The link element in the second list item under news links. */ const firstColLink = document.querySelector( '#newsLinks > li:nth-of-type(2) > a', ); /** * Focuses on the first navigation element depending on whether the first column label is visible. * * If the first column label is not visible, the function focuses on the first link element. * Otherwise, it focuses on the first column label. */ const focusOnFirstNavElement = () => { if (window.getComputedStyle(firstColLabel).display === 'none') { firstColLink.focus(); } else { firstColLabel.focus(); } }; /** * Updates ARIA attributes and tabindex values based on whether the menu is open or closed. */ const updateAttributesForMenu = (isOpen) => { firstColLabel.setAttribute('aria-expanded', isOpen ? 'true' : 'false'); veggieBurger.setAttribute( 'data-link-name', isOpen ? 'header : veggie-burger : hide' : 'header : veggie-burger : show', ); expandedMenuClickableTags.forEach((tag) => { tag.setAttribute('tabindex', isOpen ? '0' : '-1'); }); }; /** Toggles the navigation menu by simulating a click on the checkbox. */ const toggleMainMenu = () => { if (navInputCheckbox) { navInputCheckbox.click(); } }; /** * Handles keydown events to toggle the menu when the Enter or Space key is pressed. */ const keydownToggleMainMenu = (e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); toggleMainMenu(); } }; /** * Handles click events to manage the state of the navigation menu. * * - Toggles the menu open/close state when the menu button (veggieBurger) is clicked. */ const handleMenuClick = (e) => { const menuButtonClicked = navInputCheckbox === e.target; const clickInsideMenu = expandedMenu.contains(e.target); const menuIsOpen = navInputCheckbox.checked if (menuButtonClicked && !menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'false') veggieBurger.setAttribute('data-link-name','header : veggie-burger : show') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','-1') }) } else if (menuButtonClicked && menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'true') veggieBurger.setAttribute('data-link-name','header : veggie-burger : hide') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','0') }) focusOnFirstNavElement() } }; /** Adds event listeners to manage the navigation menu. */ if (navInputCheckbox) { navInputCheckbox.addEventListener('click', handleMenuClick); veggieBurger.addEventListener('keydown', keydownToggleMainMenu); document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && navInputCheckbox.checked) { toggleMainMenu(); veggieBurger.focus(); } }); /** * Handles mouse down events to manage the state of the navigation menu. * * - Closes the menu if the click occurs outside both the menu button and the expanded menu. */ document.addEventListener('mousedown', function(e){ if(navInputCheckbox.checked && !expandedMenu.contains(e.target) && !veggieBurger.contains(e.target)){ toggleMainMenu() } }); } });UKUK editionUS editionAustralia editionEurope editionInternational editionThe Guardian - Back to homeThe GuardianNewsOpinionSportCultureLifestyleShow moreHide expanded menudocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('News-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('News-checkbox-input').click(); } }) })NewsView all NewsUK newsUS politicsWorld newsClimate crisisMiddle EastUkraineFootballNewslettersBusinessEnvironmentUK politicsScienceTechGlobal developmentObituariesdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Opinion-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Opinion-checkbox-input').click(); } }) })OpinionView all OpinionThe Guardian viewColumnistsCartoonsOpinion videosLettersdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Sport-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Sport-checkbox-input').click(); } }) })SportView all SportFootballCricketRugby unionTennisCyclingF1GolfBoxingRugby leagueRacingUS sportsdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Culture-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Culture-checkbox-input').click(); } }) })CultureView all CultureFilmMusicTV & radioBooksArt & designStageGamesClassicaldocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Lifestyle-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Lifestyle-checkbox-input').click(); } }) })LifestyleView all LifestyleThe FilterFashionFoodRecipesTravelHealth & fitnessWomenMenLove & sexBeautyHome & gardenMoneyCarsSearch input google-search SearchSupport usPrint subscriptionsSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingThe Guardian appVideoPodcastsPicturesNewslettersToday's paperInside the GuardianGuardian WeeklyCrosswordsWordiplyCorrectionsTipsSearch input google-search SearchSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingFootballCricketRugby unionTennisCyclingF1GolfBoxingRugby leagueRacingUS sports Babar Azam’s continued struggles summed up where Pakistan’s Test team finds itself. Photograph: Philip Brown/Getty ImagesView image in fullscreenBabar Azam’s continued struggles summed up where Pakistan’s Test team finds itself. Photograph: Philip Brown/Getty ImagesEngland v Pakistan 2026AnalysisGrim predictability blights Pakistan’s brief moments of light amid Test gloomAndy Bull at EdgbastonRazaullah offered the tourists a glimpse of audacity but it was Babar Azam who embodied the wider loss of hope It was still morning when Babar Azam came in to bat at Edgbaston. The Test was only 45 minutes old but you could already see which direction it was heading. Pakistan were three wickets down. The floodlights were on, a thick smear of black cloud was moving slowly over the ground, there were odd spots of rain in the air. Ollie Robinson was bowling from one end, with the keeper standing up and five slips spread in a line just behind, and Jofra Archer was on at the other, four overs into his spell and only just warming up. It was a hell of a time to be batting. Once upon a time, and not so very long ago, Babar was one of the very best batters in the game. In the space of eight Tests in 2022 he scored 196 against Australia in Karachi, 119 against Sri Lanka in Galle, 136 against England in Rawalpindi, and 161 against New Zealand back in Karachi. He finished that year with a Test batting average of 49, third in the world rankings, and as the ICC’s Men’s Cricketer of the Year. But he hasn’t scored a Test hundred since. In his past 20 Tests, his top score is 88 and his batting average is 29. Read moreStill, if you shut your eyes a moment and played out the day in your head you could just about imagine that he would be able to steer his team through this, the way he often used to be able to do when he was at his best. And then you opened them again. Babar set himself for Robinson’s first ball. He seemed uncertain of whether or not to play it, and pulled his bat inside the line at the very last moment. The next delivery beat his outside edge, then he clipped the third through square leg to score his first couple of runs. Second over, Babar slashed at a short ball from Archer, but missed it. Third over, he was up against Gus Atkinson, and was beaten twice before squirting an edge away for four. In the fourth he was clean bowled by Josh Tongue for seven off 18 balls. There was a grim predictability to all this. Pakistan have scored 171, 135, 110, 194 and now 133 in this series. If they’re bowled out cheaply again in their second innings here they will be the first team since the 19th century to be dismissed for under 200 in every innings of a three-Test series in this country. They are a broken side, and leading them is an impossible job. Babar, who is notionally one of their selectors, said he didn’t even know that the management were going to send him seven new players for this match. “It was news to me,” Babar said when he was asked about it. “I found out after.”

The underlying catalysts behind these events trace back to evolving structural dynamics across the Sports landscape. Over recent quarters, multilateral authorities and market participants have navigated mounting volatility, heightening the urgency of coordinated responses and policy alignment.

Senior analysts and industry stakeholders underscore that strategic transparency remains paramount. As institutional delegations evaluate risk models and operational contingencies, secondary dispatches indicate that further compliance directives and consultative reviews will be initiated in the coming cycle.

Broader economic and regulatory ramifications are projected to ripple across interconnected regional ecosystems. Market analysts note that supply chains, capital allocations, and policy frameworks must swiftly assimilate these verified updates to insulate against systemic bottlenecks.

The Global Post's editorial desk will continue rigorous monitoring of this developing story, with periodic updates provided as official statements and primary documentation are released by relevant governing bodies.

Topical Tags:#Sports#The Guardian Sport#Global News#Market Analysis
Primary wire reporting curated via The Guardian Sport.View Source Dispatch
Advertisement

Related Dispatches in Sports

Alonso 'takes responsibility' as Chelsea subs rescue cup hopes...
Sports
via BBC Sport
2h ago1 min read

Alonso 'takes responsibility' as Chelsea subs rescue cup hopes...

In an authoritative briefing verified via BBC Sport, Chelsea get the better of Leeds in a cup thriller, but Blues boss Xabi Alonso has food for thought after needing rescue act from his star substitutes. Football reporterPublished9 minutes ago2 CommentsXabi Alonso watched his Chelsea team hit six goals in the second half against Leeds United but felt the need to "take responsibility" for the shaky start that came before the flurry. Amid the jubilation that followed the final. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →
Liverpool will reward Mac Allister if he lets his football do tal...
Sports
via BBC Sport
2h ago1 min read

Liverpool will reward Mac Allister if he lets his football do tal...

In an authoritative briefing verified via BBC Sport, After saying he was "very sad" at the lack of a contract offer from Liverpool, Alexis Mac Allister proved his worth against Atletico Madrid. Liverpool reporter at AnfieldPublished7 minutes ago3 CommentsThe sheer ferocity of the strike to beat Jan Oblak was one thing, but the raw emotion shown by Alexis Mac Allister as he grabbed the Liverpool badge on his shirt and celebrated in front of the Kop told you. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →
Arsenal are passing every test - and Odegaard is in form of his l...
Sports
via BBC Sport
2h ago1 min read

Arsenal are passing every test - and Odegaard is in form of his l...

In an authoritative briefing verified via BBC Sport, Another Arsenal win, another Martin Odegaard goal - the Gunners captain looks back to his best, writes Phil McNulty. Highlights: Arsenal get a one goal win away to Napoli thanks to Odegaard Chief football writerPublished4 minutes agoCommentsArsenal were one game away from the dream double of Premier League and Champions League last season, even with the brilliance of Martin Odegaard diminished by injuries and indifferent form. As they look to. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →