Start specific test in browser

Hi,

Any ideas on the following.

My standard capabilities are set to open my native application.

capabilities.setCapability(“app”, app.getAbsolutePath());

This is defined in a method with @BeforeMethod annotation (TestNG)

I have one specific test I want to start in Chrome. How can I realize this ? Can I override in some way the capabilities for one specific test ?